Home
last modified time | relevance | path

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

/include/net/
Dxdp.h128 void xdp_return_frame(struct xdp_frame *xdpf);
129 void xdp_return_frame_rx_napi(struct xdp_frame *xdpf);
138 static inline void xdp_release_frame(struct xdp_frame *xdpf) in xdp_release_frame() argument
140 struct xdp_mem_info *mem = &xdpf->mem; in xdp_release_frame()
144 __xdp_release_frame(xdpf->data, mem); in xdp_release_frame()