Searched refs:TESTVLAN (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_vlan.c102 #define TESTVLAN 4011 /* 0xFAB */ macro
116 if (pkt.vlan_outer == TESTVLAN)
158 if (pkt.vlan_outer == TESTVLAN) {
260 bpf_skb_vlan_push(ctx, bpf_htons(ETH_P_8021Q), TESTVLAN);

Completed in 114 milliseconds