Home
last modified time | relevance | path

Searched refs:dst_ (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/net/netfilter/
Dnft_concat_range.sh1164 eval dst_"$f"=\$\(format_\$f "${1}"\)
1178 eval dst_"$f"=\$\(format_\$f "${1}"\)
1192 eval dst_"$f"=\$\(format_\$f "${1}"\)
1218 eval dst_"$f"=\$\(format_\$f "${1}"\)
/linux-6.12.1/net/openvswitch/
Dactions.c255 static void ether_addr_copy_masked(u8 *dst_, const u8 *src_, const u8 *mask_) in ether_addr_copy_masked() argument
257 u16 *dst = (u16 *)dst_; in ether_addr_copy_masked()