Home
last modified time | relevance | path

Searched defs:xdp_buff (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_xdp_bpf2bpf.c23 struct xdp_buff { struct
45 int BPF_PROG(trace_on_entry, struct xdp_buff *xdp) in BPF_PROG() argument
/kernel/linux/linux-5.10/include/net/
Dxdp.h68 struct xdp_buff { struct
89 xdp_get_shared_info_from_buff(struct xdp_buff *xdp) in xdp_get_shared_info_from_buff() argument
/kernel/linux/linux-5.10/net/core/
Dfilter.c3844 BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2()
3872 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2()
3907 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2()
4567 BPF_CALL_5(bpf_xdp_event_output, struct xdp_buff *, xdp, struct bpf_map *, map, in BPF_CALL_5()
5524 BPF_CALL_4(bpf_xdp_fib_lookup, struct xdp_buff *, ctx, in BPF_CALL_4()
6137 BPF_CALL_5(bpf_xdp_sk_lookup_udp, struct xdp_buff *, ctx, in BPF_CALL_5()
6160 BPF_CALL_5(bpf_xdp_skc_lookup_tcp, struct xdp_buff *, ctx, in BPF_CALL_5()
6183 BPF_CALL_5(bpf_xdp_sk_lookup_tcp, struct xdp_buff *, ctx, in BPF_CALL_5()