Searched defs:xskb (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/net/xdp/ |
| D | xsk_buff_pool.c | 60 struct xdp_buff_xsk *xskb; in xp_create_and_assign_umem() local 401 struct xdp_buff_xsk *xskb = &pool->heads[i]; in xp_init_dma_info() local 491 struct xdp_buff_xsk *xskb; in __xp_alloc() local 529 struct xdp_buff_xsk *xskb; in xp_alloc() local 567 struct xdp_buff_xsk *xskb; in xp_alloc_new_from_fq() local 600 struct xdp_buff_xsk *xskb; in xp_alloc_reused() local 657 void xp_free(struct xdp_buff_xsk *xskb) in xp_free() 683 void xp_dma_sync_for_cpu_slow(struct xdp_buff_xsk *xskb) in xp_dma_sync_for_cpu_slow()
|
| D | xsk.c | 139 static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff_xsk *xskb, u32 len, in __xsk_rcv_zc() 158 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_rcv_zc() local 232 struct xdp_buff_xsk *xskb; in __xsk_rcv() local
|
| /kernel/linux/linux-6.6/include/net/ |
| D | xsk_buff_pool.h | 118 static inline void xp_init_xskb_addr(struct xdp_buff_xsk *xskb, struct xsk_buff_pool *pool, in xp_init_xskb_addr() 125 static inline void xp_init_xskb_dma(struct xdp_buff_xsk *xskb, struct xsk_buff_pool *pool, in xp_init_xskb_dma() 143 static inline dma_addr_t xp_get_dma(struct xdp_buff_xsk *xskb) in xp_get_dma() 148 static inline dma_addr_t xp_get_frame_dma(struct xdp_buff_xsk *xskb) in xp_get_frame_dma() 154 static inline void xp_dma_sync_for_cpu(struct xdp_buff_xsk *xskb) in xp_dma_sync_for_cpu() 220 static inline void xp_release(struct xdp_buff_xsk *xskb) in xp_release() 226 static inline u64 xp_get_handle(struct xdp_buff_xsk *xskb) in xp_get_handle()
|
| D | xdp_sock_drv.h | 75 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_dma() local 82 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_frame_dma() local 110 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_free() local 136 struct xdp_buff_xsk *xskb = container_of(first, struct xdp_buff_xsk, xdp); in xsk_buff_get_frag() local 152 struct xdp_buff_xsk *xskb = container_of(tail, struct xdp_buff_xsk, xdp); in xsk_buff_del_tail() local 159 struct xdp_buff_xsk *xskb = container_of(first, struct xdp_buff_xsk, xdp); in xsk_buff_get_tail() local 188 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_dma_sync_for_cpu() local
|
| /kernel/linux/linux-5.10/net/xdp/ |
| D | xsk_buff_pool.c | 48 struct xdp_buff_xsk *xskb; in xp_create_and_assign_umem() local 453 struct xdp_buff_xsk *xskb; in __xp_alloc() local 494 struct xdp_buff_xsk *xskb; in xp_alloc() local 527 void xp_free(struct xdp_buff_xsk *xskb) in xp_free() 550 void xp_dma_sync_for_cpu_slow(struct xdp_buff_xsk *xskb) in xp_dma_sync_for_cpu_slow()
|
| D | xsk.c | 136 void xp_release(struct xdp_buff_xsk *xskb) in xp_release() 141 static u64 xp_get_handle(struct xdp_buff_xsk *xskb) in xp_get_handle() 153 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in __xsk_rcv_zc() local
|
| /kernel/linux/linux-5.10/include/net/ |
| D | xdp_sock_drv.h | 62 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_dma() local 69 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_frame_dma() local 86 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_free() local 104 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_dma_sync_for_cpu() local
|
| D | xsk_buff_pool.h | 111 static inline dma_addr_t xp_get_dma(struct xdp_buff_xsk *xskb) in xp_get_dma() 116 static inline dma_addr_t xp_get_frame_dma(struct xdp_buff_xsk *xskb) in xp_get_frame_dma() 122 static inline void xp_dma_sync_for_cpu(struct xdp_buff_xsk *xskb) in xp_dma_sync_for_cpu()
|