Home
last modified time | relevance | path

Searched refs:xsk_buff_get_frag (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dxdp_sock_drv.h177 static inline struct xdp_buff *xsk_buff_get_frag(const struct xdp_buff *first) in xsk_buff_get_frag() function
432 static inline struct xdp_buff *xsk_buff_get_frag(const struct xdp_buff *first) in xsk_buff_get_frag() function
/linux/include/net/libeth/
H A Dxsk.h81 xdp = container_of(xsk_buff_get_frag(&head->base), in libeth_xsk_tx_queue_bulk()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c486 xdp = xsk_buff_get_frag(head); in ice_xmit_xdp_tx_zc()