Home
last modified time | relevance | path

Searched defs:xskb (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/net/xdp/
Dxsk_buff_pool.c60 struct xdp_buff_xsk *xskb; in xp_create_and_assign_umem() local
132 struct xdp_buff_xsk *xskb = &pool->heads[i]; in xp_fill_cb() local
418 struct xdp_buff_xsk *xskb = &pool->heads[i]; in xp_init_dma_info() local
507 struct xdp_buff_xsk *xskb; in xp_get_xskb() local
523 struct xdp_buff_xsk *xskb; in __xp_alloc() local
554 struct xdp_buff_xsk *xskb; in xp_alloc() local
590 struct xdp_buff_xsk *xskb; in xp_alloc_new_from_fq() local
616 struct xdp_buff_xsk *xskb; in xp_alloc_reused() local
692 void xp_free(struct xdp_buff_xsk *xskb) in xp_free()
Dxsk.c138 static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff_xsk *xskb, u32 len, in __xsk_rcv_zc()
157 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_rcv_zc() local
231 struct xdp_buff_xsk *xskb; in __xsk_rcv() local
/linux-6.14.4/include/net/
Dxsk_buff_pool.h119 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()
144 static inline dma_addr_t xp_get_dma(struct xdp_buff_xsk *xskb) in xp_get_dma()
149 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()
217 static inline void xp_release(struct xdp_buff_xsk *xskb) in xp_release()
223 static inline u64 xp_get_handle(struct xdp_buff_xsk *xskb, in xp_get_handle()
Dxdp_sock_drv.h78 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_dma() local
85 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_frame_dma() local
113 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_free() local
149 struct xdp_buff_xsk *xskb = container_of(first, struct xdp_buff_xsk, xdp); in xsk_buff_get_frag() local
165 struct xdp_buff_xsk *xskb = container_of(tail, struct xdp_buff_xsk, xdp); in xsk_buff_del_tail() local
172 struct xdp_buff_xsk *xskb = container_of(first, struct xdp_buff_xsk, xdp); in xsk_buff_get_tail() local
227 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_dma_sync_for_cpu() local