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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_vlan.c179 #define VLAN_HDR_SZ 4 /* bytes */ macro
198 dest += VLAN_HDR_SZ;
207 bpf_xdp_adjust_head(ctx, VLAN_HDR_SZ);
246 bpf_xdp_adjust_head(ctx, VLAN_HDR_SZ);

Completed in 205 milliseconds