Searched refs:xdp_frame (Results 1 – 2 of 2) sorted by relevance
75 struct xdp_frame { struct88 static inline void xdp_scrub_frame(struct xdp_frame *frame) in xdp_scrub_frame()94 struct xdp_frame *xdp_convert_zc_to_xdp_frame(struct xdp_buff *xdp);98 struct xdp_frame *convert_to_xdp_frame(struct xdp_buff *xdp) in convert_to_xdp_frame()100 struct xdp_frame *xdp_frame; in convert_to_xdp_frame() local111 if (unlikely((headroom - metasize) < sizeof(*xdp_frame))) in convert_to_xdp_frame()115 xdp_frame = xdp->data_hard_start; in convert_to_xdp_frame()117 xdp_frame->data = xdp->data; in convert_to_xdp_frame()118 xdp_frame->len = xdp->data_end - xdp->data; in convert_to_xdp_frame()119 xdp_frame->headroom = headroom - sizeof(*xdp_frame); in convert_to_xdp_frame()[all …]
1438 struct xdp_frame **xdp,