Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c34 #define EXTPROTO_VXLAN 0x1 macro
164 if (ext_proto & EXTPROTO_VXLAN) { in __encap_ipv4()
206 if (ext_proto & EXTPROTO_VXLAN) { in __encap_ipv4()
295 if (ext_proto & EXTPROTO_VXLAN) { in __encap_ipv6()
336 if (ext_proto & EXTPROTO_VXLAN) { in __encap_ipv6()
500 EXTPROTO_VXLAN); in __encap_vxlan_eth()
592 EXTPROTO_VXLAN); in __encap_ip6vxlan_eth()