Home
last modified time | relevance | path

Searched defs:xdp (Results 26 – 50 of 127) sorted by relevance

123456

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dxdp_tx.c7 int xdp_tx(struct xdp_md *xdp) in xdp_tx()
A Dtest_xdp_link.c9 int xdp_handler(struct xdp_md *xdp) in xdp_handler()
A Dtest_xdp_adjust_tail_shrink.c13 int _xdp_adjust_tail_shrink(struct xdp_md *xdp) in _xdp_adjust_tail_shrink()
A Dtest_xdp_context_test_run.c6 int xdp_context(struct xdp_md *xdp) in xdp_context()
A Dtest_xdp_update_frags.c14 int xdp_adjust_frags(struct xdp_md *xdp) in xdp_adjust_frags()
A Dtest_xdp_adjust_tail_grow.c6 int _xdp_adjust_tail_grow(struct xdp_md *xdp) in _xdp_adjust_tail_grow()
A Dtest_xdp_noinline.c278 bool encap_v6(struct xdp_md *xdp, struct ctl_value *cval, in encap_v6()
321 bool encap_v4(struct xdp_md *xdp, struct ctl_value *cval, in encap_v4()
375 bool decap_v6(struct xdp_md *xdp, void **data, void **data_end, bool inner_v4) in decap_v6()
396 bool decap_v4(struct xdp_md *xdp, void **data, void **data_end) in decap_v4()
692 bool is_ipv6, struct xdp_md *xdp) in process_packet()
A Dxdp_synproxy_kern.c408 static __always_inline int tcp_lookup(void *ctx, struct header_pointers *hdr, bool xdp) in tcp_lookup()
560 bool xdp) in syncookie_handle_syn()
729 struct header_pointers *hdr, bool xdp) in syncookie_part1()
766 struct header_pointers *hdr, bool xdp) in syncookie_part2()
A Dtest_migrate_reuseport.c45 int drop_ack(struct xdp_md *xdp) in drop_ack()
/linux-6.3-rc2/net/xdp/
A Dxsk.c138 static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len) in __xsk_rcv_zc()
173 static int __xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in __xsk_rcv()
218 static int xsk_rcv_check(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_rcv_check()
237 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv()
251 static int xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_rcv()
271 int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp) in __xsk_map_redirect()
A Dxsk_buff_pool.c543 static u32 xp_alloc_new_from_fq(struct xsk_buff_pool *pool, struct xdp_buff **xdp, u32 max) in xp_alloc_new_from_fq()
586 static u32 xp_alloc_reused(struct xsk_buff_pool *pool, struct xdp_buff **xdp, u32 nb_entries) in xp_alloc_reused()
606 u32 xp_alloc_batch(struct xsk_buff_pool *pool, struct xdp_buff **xdp, u32 max) in xp_alloc_batch()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
A Drx.c11 static struct mlx5e_xdp_buff *xsk_buff_to_mxbuf(struct xdp_buff *xdp) in xsk_buff_to_mxbuf()
225 static struct sk_buff *mlx5e_xsk_construct_skb(struct mlx5e_rq *rq, struct xdp_buff *xdp) in mlx5e_xsk_construct_skb()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_xsk.c201 static int i40e_run_xdp_zc(struct i40e_ring *rx_ring, struct xdp_buff *xdp, in i40e_run_xdp_zc()
248 struct xdp_buff **xdp; in i40e_alloc_rx_buffers_zc() local
293 struct xdp_buff *xdp) in i40e_construct_skb_zc()
/linux-6.3-rc2/include/net/
A Dxdp_sock.h86 static inline int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv()
91 static inline int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp) in __xsk_map_redirect()
A Dbusy_poll.h170 const struct xdp_buff *xdp) in sk_mark_napi_id_once_xdp()
/linux-6.3-rc2/net/core/
A Dxdp.c378 struct xdp_buff *xdp) in __xdp_return()
515 void xdp_return_buff(struct xdp_buff *xdp) in xdp_return_buff()
559 struct xdp_frame *xdp_convert_zc_to_xdp_frame(struct xdp_buff *xdp) in xdp_convert_zc_to_xdp_frame()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_xsk.c99 struct xdp_buff *xdp) in ixgbe_run_xdp_zc()
214 const struct xdp_buff *xdp) in ixgbe_construct_skb_zc()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_txrx_lib.h20 ice_set_rx_bufs_act(struct xdp_buff *xdp, const struct ice_rx_ring *rx_ring, in ice_set_rx_bufs_act()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dxdp_synproxy.c63 static void test_synproxy(bool xdp) in test_synproxy()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_debugfs.c126 struct dentry *queues, *tx, *rx, *xdp; in nfp_net_debugfs_vnic_add() local
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/nfd3/
A Drings.c209 struct xdp_buff *xdp; in nfp_nfd3_print_tx_descs() local
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.c60 struct xdp_buff *xdp) in mlx5e_xmit_xdp_buff()
192 struct xdp_buff *xdp = &mxbuf->xdp; in mlx5e_xdp_handle() local
A Dxdp.h48 struct xdp_buff xdp; member
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Drx.c258 struct xdp_buff xdp; in efx_do_xdp() local
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Drx.c258 struct xdp_buff xdp; in efx_do_xdp() local

Completed in 61 milliseconds

123456