Searched defs:xskb (Results 1 – 5 of 5) sorted by relevance
| /linux/net/xdp/ |
| H A D | xsk_buff_pool.c | 64 struct xdp_buff_xsk *xskb; in xp_create_and_assign_umem() local 138 struct xdp_buff_xsk *xskb = &pool->heads[i]; in xp_fill_cb() local 448 struct xdp_buff_xsk *xskb = &pool->heads[i]; in xp_init_dma_info() local 538 struct xdp_buff_xsk *xskb; in xp_get_xskb() local 554 struct xdp_buff_xsk *xskb; in __xp_alloc() local 585 struct xdp_buff_xsk *xskb; in xp_alloc() local 621 struct xdp_buff_xsk *xskb; in xp_alloc_new_from_fq() local 647 struct xdp_buff_xsk *xskb; in xp_alloc_reused() local 723 void xp_free(struct xdp_buff_xsk *xskb) in xp_free()
|
| H A D | xsk.c | 191 static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff_xsk *xskb, u32 len, in __xsk_rcv_zc() 208 static void __xsk_rcv_zc_safe(struct xdp_sock *xs, struct xdp_buff_xsk *xskb, in __xsk_rcv_zc_safe() 221 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_rcv_zc() local 301 struct xdp_buff_xsk *xskb, *tmp; in __xsk_rcv() local
|
| /linux/include/net/ |
| H A D | xsk_buff_pool.h | 126 static inline void xp_init_xskb_addr(struct xdp_buff_xsk *xskb, struct xsk_buff_pool *pool, in xp_init_xskb_addr() 132 static inline void xp_init_xskb_dma(struct xdp_buff_xsk *xskb, struct xsk_buff_pool *pool, in xp_init_xskb_dma() 160 static inline dma_addr_t xp_get_dma(struct xdp_buff_xsk *xskb) in xp_get_dma() 165 static inline dma_addr_t xp_get_frame_dma(struct xdp_buff_xsk *xskb) in xp_get_frame_dma() 170 static inline void xp_dma_sync_for_cpu(struct xdp_buff_xsk *xskb) in xp_dma_sync_for_cpu() 226 static inline void xp_release(struct xdp_buff_xsk *xskb) in xp_release() 232 static inline u64 xp_get_handle(struct xdp_buff_xsk *xskb, in xp_get_handle()
|
| H A D | xdp_sock_drv.h | 108 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_dma() local 115 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_frame_dma() local 143 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_free() local 179 struct xdp_buff_xsk *xskb = container_of(first, struct xdp_buff_xsk, xdp); in xsk_buff_get_frag() local 195 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_del_frag() local 202 struct xdp_buff_xsk *xskb = container_of(first, struct xdp_buff_xsk, xdp); in xsk_buff_get_head() local 212 struct xdp_buff_xsk *xskb = container_of(first, struct xdp_buff_xsk, xdp); in xsk_buff_get_tail() local 340 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_dma_sync_for_cpu() local
|
| /linux/include/net/libeth/ |
| H A D | xsk.h | 649 struct xdp_buff **xskb; in libeth_xskfqe_alloc() local
|