Home
last modified time | relevance | path

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

/net/xdp/
Dxsk_buff_pool.c59 struct xdp_buff_xsk *xskb; in xp_create_and_assign_umem() local
461 struct xdp_buff_xsk *xskb; in __xp_alloc() local
502 struct xdp_buff_xsk *xskb; in xp_alloc() local
535 void xp_free(struct xdp_buff_xsk *xskb) in xp_free()
558 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