Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_adjust_tail_shrink.c19 switch (bpf_xdp_get_buff_len(xdp)) { in _xdp_adjust_tail_shrink()
H A Dtest_xdp_adjust_tail_grow.c8 int data_len = bpf_xdp_get_buff_len(xdp); in _xdp_adjust_tail_grow()
H A Dtest_xdp_bpf2bpf.c50 meta.pkt_len = bpf_xdp_get_buff_len((struct xdp_md *)xdp); in BPF_PROG()
/linux/net/core/
H A Dfilter.c3903 BPF_CALL_1(bpf_xdp_get_buff_len, struct xdp_buff*, xdp) in BPF_CALL_1() argument
3909 .func = bpf_xdp_get_buff_len,
3918 .func = bpf_xdp_get_buff_len,