Searched refs:udp_dst (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tc_tunnel.c | 94 __u16 udp_dst = UDP_PORT; in __encap_ipv4() local 160 udp_dst = MPLS_OVER_UDP_PORT; in __encap_ipv4() 165 udp_dst = VXLAN_UDP_PORT; in __encap_ipv4() 168 udp_dst = ETH_OVER_UDP_PORT; in __encap_ipv4() 184 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in __encap_ipv4() 262 __u16 udp_dst = UDP_PORT; in __encap_ipv6() local 291 udp_dst = MPLS_OVER_UDP_PORT; in __encap_ipv6() 296 udp_dst = VXLAN_UDP_PORT; in __encap_ipv6() 299 udp_dst = ETH_OVER_UDP_PORT; in __encap_ipv6() 315 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in __encap_ipv6() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tc_tunnel.c | 75 __u16 udp_dst = UDP_PORT; in encap_ipv4() local 140 udp_dst = MPLS_OVER_UDP_PORT; in encap_ipv4() 144 udp_dst = ETH_OVER_UDP_PORT; in encap_ipv4() 160 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in encap_ipv4() 220 __u16 udp_dst = UDP_PORT; in encap_ipv6() local 248 udp_dst = MPLS_OVER_UDP_PORT; in encap_ipv6() 252 udp_dst = ETH_OVER_UDP_PORT; in encap_ipv6() 268 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in encap_ipv6()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | openvswitch.h | 432 __be16 udp_dst; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | openvswitch.h | 473 __be16 udp_dst; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 252 __be16 udp_dst; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 252 __be16 udp_dst; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 242 __be16 udp_dst; member
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 685 dst = OVS_MASKED(uh->dest, key->udp_dst, mask->udp_dst); in set_udp()
|
H A D | flow_netlink.c | 1678 SW_FLOW_KEY_PUT(match, tp.dst, udp_key->udp_dst, is_mask); in ovs_key_from_nlattrs() 2173 udp_key->udp_dst = output->tp.dst; in __ovs_nla_put_key()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 688 dst = OVS_MASKED(uh->dest, key->udp_dst, mask->udp_dst); in set_udp()
|
H A D | flow_netlink.c | 1701 SW_FLOW_KEY_PUT(match, tp.dst, udp_key->udp_dst, is_mask); in ovs_key_from_nlattrs() 2204 udp_key->udp_dst = output->tp.dst; in __ovs_nla_put_key()
|
Completed in 24 milliseconds