HomeSort by relevance Sort by last modified time
    Searched refs:bpf_xdp_adjust_head (Results 1 - 4 of 4) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_vlan.c 207 bpf_xdp_adjust_head(ctx, VLAN_HDR_SZ);
259 bpf_xdp_adjust_head(ctx, VLAN_HDR_SZ);
test_xdp.c 113 if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct iphdr)))
183 if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct ipv6hdr)))
test_xdp_noinline.c 300 if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct ipv6hdr)))
348 if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct iphdr)))
380 if (bpf_xdp_adjust_head(xdp, (int)sizeof(struct iphdr)))
399 if (bpf_xdp_adjust_head(xdp, (int)sizeof(struct ipv6hdr)))
417 if (bpf_xdp_adjust_head(xdp, (int)sizeof(struct iphdr)))
bpf_helpers.h 71 static int (*bpf_xdp_adjust_head)(void *ctx, int offset) = variable

Completed in 2989 milliseconds