Searched defs:xdp_buff (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 3814 BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() 3842 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() 3877 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() 4537 BPF_CALL_5(bpf_xdp_event_output, struct xdp_buff *, xdp, struct bpf_map *, map, in BPF_CALL_5() 5494 BPF_CALL_4(bpf_xdp_fib_lookup, struct xdp_buff *, ctx, in BPF_CALL_4() 6107 BPF_CALL_5(bpf_xdp_sk_lookup_udp, struct xdp_buff *, ctx, in BPF_CALL_5() 6130 BPF_CALL_5(bpf_xdp_skc_lookup_tcp, struct xdp_buff *, ctx, in BPF_CALL_5() 6153 BPF_CALL_5(bpf_xdp_sk_lookup_tcp, struct xdp_buff *, ctx, in BPF_CALL_5()
|