Home
last modified time | relevance | path

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

/Linux-v5.15/net/xdp/
Dxsk_buff_pool.c48 struct xdp_buff_xsk *xskb; in xp_create_and_assign_umem() local
444 struct xdp_buff_xsk *xskb; in __xp_alloc() local
485 struct xdp_buff_xsk *xskb; in xp_alloc() local
518 void xp_free(struct xdp_buff_xsk *xskb) in xp_free()
541 void xp_dma_sync_for_cpu_slow(struct xdp_buff_xsk *xskb) in xp_dma_sync_for_cpu_slow()
Dxsk.c137 void xp_release(struct xdp_buff_xsk *xskb) in xp_release()
142 static u64 xp_get_handle(struct xdp_buff_xsk *xskb) in xp_get_handle()
154 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in __xsk_rcv_zc() local
/Linux-v5.15/include/net/
Dxdp_sock_drv.h63 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_dma() local
70 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_frame_dma() local
87 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_free() local
105 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_dma_sync_for_cpu() local
Dxsk_buff_pool.h111 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()