Home
last modified time | relevance | path

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

/linux-6.6.21/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
/linux-6.6.21/include/net/
Dxdp.h80 struct xdp_buff { struct
88 u32 flags; /* supported values defined in xdp_buff_flags */ argument
91 static __always_inline bool xdp_buff_has_frags(struct xdp_buff *xdp) in xdp_buff_has_frags() argument
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-xsk.c39 struct xdp_buff *xdp_buff; in dpaa2_xsk_run_xdp() local
Ddpaa2-eth.h163 struct xdp_buff *xdp_buff; member
Ddpaa2-eth.c286 struct xdp_buff *xdp_buff; in dpaa2_eth_free_bufs() local
/linux-6.6.21/drivers/net/ethernet/freescale/enetc/
Denetc.c1420 struct xdp_buff *xdp_buff, u16 size) in enetc_map_rx_buff_to_xdp()
1433 u16 size, struct xdp_buff *xdp_buff) in enetc_add_rx_buff_to_xdp()
1462 int *cleaned_cnt, struct xdp_buff *xdp_buff) in enetc_build_xdp_buff()
1549 struct xdp_buff xdp_buff; in enetc_clean_rx_ring_xdp() local
/linux-6.6.21/net/core/
Dfilter.c3869 BPF_CALL_1(bpf_xdp_get_buff_len, struct xdp_buff*, xdp) in BPF_CALL_1()
3896 BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2()
4003 BPF_CALL_4(bpf_xdp_load_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4()
4035 BPF_CALL_4(bpf_xdp_store_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4()
4156 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2()
4192 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2()
4964 BPF_CALL_5(bpf_xdp_event_output, struct xdp_buff *, xdp, struct bpf_map *, map, in BPF_CALL_5()
6084 BPF_CALL_4(bpf_xdp_fib_lookup, struct xdp_buff *, ctx, in BPF_CALL_4()
6234 BPF_CALL_5(bpf_xdp_check_mtu, struct xdp_buff *, xdp, in BPF_CALL_5()
6889 BPF_CALL_5(bpf_xdp_sk_lookup_udp, struct xdp_buff *, ctx, in BPF_CALL_5()
[all …]
/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c349 struct xdp_buff *xdp_buff, in i40e_handle_xdp_result_zc()