Home
last modified time | relevance | path

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

/linux/include/net/
H A Dxdp.h505 xdp_data_meta_unsupported(const struct xdp_buff *xdp) in xdp_data_meta_unsupported() function
/linux/net/core/
H A Dxdp.c583 metasize = xdp_data_meta_unsupported(xdp) ? 0 : in xdp_convert_zc_to_xdp_frame()
H A Dfilter.c3932 return xdp_data_meta_unsupported(xdp) ? 0 : in xdp_get_metalen()
4235 if (xdp_data_meta_unsupported(xdp)) in BPF_CALL_2()
/linux/net/xdp/
H A Dxsk.c192 if (unlikely(xdp_data_meta_unsupported(from))) in xsk_copy_xdp_start()