Searched defs:xdp_buff (Results 1 – 3 of 3) sorted by relevance
/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | test_xdp_bpf2bpf.c | 23 struct xdp_buff { struct 45 int BPF_PROG(trace_on_entry, struct xdp_buff *xdp) in BPF_PROG() argument
|
/linux-5.10/include/net/ |
D | xdp.h | 68 struct xdp_buff { struct 89 xdp_get_shared_info_from_buff(struct xdp_buff *xdp) in xdp_get_shared_info_from_buff() argument
|
/linux-5.10/net/core/ |
D | filter.c | 3835 BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() 3863 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() 3898 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() 4558 BPF_CALL_5(bpf_xdp_event_output, struct xdp_buff *, xdp, struct bpf_map *, map, in BPF_CALL_5() 5513 BPF_CALL_4(bpf_xdp_fib_lookup, struct xdp_buff *, ctx, in BPF_CALL_4() 6098 BPF_CALL_5(bpf_xdp_sk_lookup_udp, struct xdp_buff *, ctx, in BPF_CALL_5() 6121 BPF_CALL_5(bpf_xdp_skc_lookup_tcp, struct xdp_buff *, ctx, in BPF_CALL_5() 6144 BPF_CALL_5(bpf_xdp_sk_lookup_tcp, struct xdp_buff *, ctx, in BPF_CALL_5()
|