Lines Matching defs:xdp_buff
21 * Each xdp_buff frame received in the driver carries a (pointer)
80 struct xdp_buff {
91 static __always_inline bool xdp_buff_has_frags(struct xdp_buff *xdp)
96 static __always_inline void xdp_buff_set_frags_flag(struct xdp_buff *xdp)
101 static __always_inline void xdp_buff_clear_frags_flag(struct xdp_buff *xdp)
106 static __always_inline bool xdp_buff_is_frag_pfmemalloc(struct xdp_buff *xdp)
111 static __always_inline void xdp_buff_set_frag_pfmemalloc(struct xdp_buff *xdp)
117 xdp_init_buff(struct xdp_buff *xdp, u32 frame_sz, struct xdp_rxq_info *rxq)
125 xdp_prepare_buff(struct xdp_buff *xdp, unsigned char *hard_start,
147 xdp_get_shared_info_from_buff(struct xdp_buff *xdp)
152 static __always_inline unsigned int xdp_get_buff_len(struct xdp_buff *xdp)
242 struct xdp_frame *xdp_convert_zc_to_xdp_frame(struct xdp_buff *xdp);
252 void xdp_convert_frame_to_buff(struct xdp_frame *frame, struct xdp_buff *xdp)
263 int xdp_update_frame_from_buff(struct xdp_buff *xdp,
291 /* Convert xdp_buff to xdp_frame */
293 struct xdp_frame *xdp_convert_buff_to_frame(struct xdp_buff *xdp)
312 struct xdp_buff *xdp);
315 void xdp_return_buff(struct xdp_buff *xdp);
359 xdp_set_data_meta_invalid(struct xdp_buff *xdp)
365 xdp_data_meta_unsupported(const struct xdp_buff *xdp)
483 struct xdp_buff *xdp)