Searched defs:xdp_buff (Results 1 – 7 of 7) sorted by relevance
/linux/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
|
/linux/include/net/ |
H A D | xdp.h | 81 struct xdp_buff { global() struct 89 flagsxdp_buff global() argument 92 frame_szxdp_buff xdp_buff_has_frags() argument [all...] |
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-xsk.c | 39 struct xdp_buff *xdp_buff; in dpaa2_xsk_run_xdp() local
|
H A D | dpaa2-eth.h | 163 struct xdp_buff *xdp_buff; member
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_xsk.c | 345 struct xdp_buff *xdp_buff, in i40e_handle_xdp_result_zc()
|
/linux/net/core/ |
H A D | filter.c | 3937 BPF_CALL_1(bpf_xdp_get_buff_len, struct xdp_buff*, xdp) in BPF_CALL_1() 3964 BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() 4071 BPF_CALL_4(bpf_xdp_load_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() 4103 BPF_CALL_4(bpf_xdp_store_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() 4229 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() 4265 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() 5077 BPF_CALL_5(bpf_xdp_event_output, struct xdp_buff *, xdp, struct bpf_map *, map, in BPF_CALL_5() 6289 BPF_CALL_4(bpf_xdp_fib_lookup, struct xdp_buff *, ctx, in BPF_CALL_4() 6433 BPF_CALL_5(bpf_xdp_check_mtu, struct xdp_buff *, xdp, in BPF_CALL_5() 7084 BPF_CALL_5(bpf_xdp_sk_lookup_udp, struct xdp_buff *, ctx, in BPF_CALL_5() [all …]
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx.h | 266 struct xdp_buff xdp_buff; member
|