Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/netfilter/
Dnft_concat_range.sh1107 eval dst_"$f"=\$\(format_\$f "${1}"\)
1121 eval dst_"$f"=\$\(format_\$f "${1}"\)
1135 eval dst_"$f"=\$\(format_\$f "${1}"\)
1161 eval dst_"$f"=\$\(format_\$f "${1}"\)
/Linux-v5.15/net/openvswitch/
Dactions.c244 static void ether_addr_copy_masked(u8 *dst_, const u8 *src_, const u8 *mask_) in ether_addr_copy_masked() argument
246 u16 *dst = (u16 *)dst_; in ether_addr_copy_masked()