Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_bpf2bpf.c23 struct xdp_buff { struct
45 int BPF_PROG(trace_on_entry, struct xdp_buff *xdp) in BPF_PROG() argument
/linux/include/net/
H A 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/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1417 struct xdp_buff *xdp_buff, u16 size) in enetc_map_rx_buff_to_xdp()
1430 u16 size, struct xdp_buff *xdp_buff) in enetc_add_rx_buff_to_xdp()
1459 int *cleaned_cnt, struct xdp_buff *xdp_buff) in enetc_build_xdp_buff()
1546 struct xdp_buff xdp_buff; in enetc_clean_rx_ring_xdp() local
/linux/net/core/
H A Dfilter.c3901 BPF_CALL_1(bpf_xdp_get_buff_len, struct xdp_buff*, xdp) in BPF_CALL_1() argument
3928 BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument
4035 BPF_CALL_4(bpf_xdp_load_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() argument
4067 BPF_CALL_4(bpf_xdp_store_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() argument
4188 BPF_CALL_2(bpf_xdp_adjust_tail,struct xdp_buff *,xdp,int,offset) BPF_CALL_2() argument
4224 BPF_CALL_2(bpf_xdp_adjust_meta,struct xdp_buff *,xdp,int,offset) BPF_CALL_2() argument
5034 BPF_CALL_5(bpf_xdp_event_output,struct xdp_buff *,xdp,struct bpf_map *,map,u64,flags,void *,meta,u64,meta_size) BPF_CALL_5() argument
6176 BPF_CALL_4(bpf_xdp_fib_lookup,struct xdp_buff *,ctx,struct bpf_fib_lookup *,params,int,plen,u32,flags) BPF_CALL_4() argument
6326 BPF_CALL_5(bpf_xdp_check_mtu,struct xdp_buff *,xdp,u32,ifindex,u32 *,mtu_len,s32,len_diff,u64,flags) BPF_CALL_5() argument
6984 BPF_CALL_5(bpf_xdp_sk_lookup_udp,struct xdp_buff *,ctx,struct bpf_sock_tuple *,tuple,u32,len,u32,netns_id,u64,flags) BPF_CALL_5() argument
7008 BPF_CALL_5(bpf_xdp_skc_lookup_tcp,struct xdp_buff *,ctx,struct bpf_sock_tuple *,tuple,u32,len,u32,netns_id,u64,flags) BPF_CALL_5() argument
7032 BPF_CALL_5(bpf_xdp_sk_lookup_tcp,struct xdp_buff *,ctx,struct bpf_sock_tuple *,tuple,u32,len,u32,netns_id,u64,flags) BPF_CALL_5() argument
[all...]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h266 struct xdp_buff xdp_buff; member
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h163 struct xdp_buff *xdp_buff; member
H A Ddpaa2-eth.c286 struct xdp_buff *xdp_buff; in dpaa2_eth_free_bufs() local