Home
last modified time | relevance | path

Searched refs:xdpf (Results 1 – 1 of 1) sorted by relevance

/net/core/
Dxdp.c410 void xdp_return_frame(struct xdp_frame *xdpf) in xdp_return_frame() argument
412 __xdp_return(xdpf->data, &xdpf->mem, false, NULL); in xdp_return_frame()
416 void xdp_return_frame_rx_napi(struct xdp_frame *xdpf) in xdp_return_frame_rx_napi() argument
418 __xdp_return(xdpf->data, &xdpf->mem, true, NULL); in xdp_return_frame_rx_napi()
446 void xdp_return_frame_bulk(struct xdp_frame *xdpf, in xdp_return_frame_bulk() argument
449 struct xdp_mem_info *mem = &xdpf->mem; in xdp_return_frame_bulk()
453 __xdp_return(xdpf->data, &xdpf->mem, false, NULL); in xdp_return_frame_bulk()
472 bq->q[bq->count++] = xdpf->data; in xdp_return_frame_bulk()
510 struct xdp_frame *xdpf; in xdp_convert_zc_to_xdp_frame() local
518 if (sizeof(*xdpf) + totsize > PAGE_SIZE) in xdp_convert_zc_to_xdp_frame()
[all …]