Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
A Dxdp_metadata.h16 #ifndef ETH_P_8021AD
17 #define ETH_P_8021AD 0x88A8 macro
/tools/testing/selftests/bpf/progs/
A Dtest_xdp_vlan.c71 || eth_type == bpf_htons(ETH_P_8021AD)) { in parse_eth_frame()
84 || eth_type == bpf_htons(ETH_P_8021AD)) { in parse_eth_frame()
A Dbpf_flow.c132 case bpf_htons(ETH_P_8021AD): in parse_eth_proto()
410 if (keys->n_proto == bpf_htons(ETH_P_8021AD)) { in PROG()
429 if (vlan->h_vlan_encapsulated_proto == bpf_htons(ETH_P_8021AD) || in PROG()
A Dxdp_hw_metadata.c42 if (eth + 1 < data_end && (eth->h_proto == bpf_htons(ETH_P_8021AD) || in rx()
/tools/testing/selftests/bpf/prog_tests/
A Dflow_dissector.c168 .eth.h_proto = __bpf_constant_htons(ETH_P_8021AD),

Completed in 9 milliseconds