Lines Matching refs:xdp_buff_xsk
60 struct xdp_buff_xsk *xskb; in xp_create_and_assign_umem()
133 struct xdp_buff_xsk *xskb = &pool->heads[i]; in xp_fill_cb()
419 struct xdp_buff_xsk *xskb = &pool->heads[i]; in xp_init_dma_info()
504 static struct xdp_buff_xsk *__xp_alloc(struct xsk_buff_pool *pool) in __xp_alloc()
506 struct xdp_buff_xsk *xskb; in __xp_alloc()
544 struct xdp_buff_xsk *xskb; in xp_alloc()
552 xskb = list_first_entry(&pool->free_list, struct xdp_buff_xsk, in xp_alloc()
580 struct xdp_buff_xsk *xskb; in xp_alloc_new_from_fq()
613 struct xdp_buff_xsk *xskb; in xp_alloc_reused()
620 xskb = list_first_entry(&pool->free_list, struct xdp_buff_xsk, free_list_node); in xp_alloc_reused()
689 void xp_free(struct xdp_buff_xsk *xskb) in xp_free()