Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dxdp.h109 xdp_get_shared_info_from_buff(struct xdp_buff *xdp) in xdp_get_shared_info_from_buff() function
/Linux-v5.15/drivers/net/ethernet/marvell/
Dmvneta.c2180 struct skb_shared_info *sinfo = xdp_get_shared_info_from_buff(xdp); in mvneta_run_xdp()
2267 sinfo = xdp_get_shared_info_from_buff(xdp); in mvneta_swbm_rx_frame()
2310 sinfo = xdp_get_shared_info_from_buff(xdp); in mvneta_swbm_add_rx_fragment()
2322 struct skb_shared_info *sinfo = xdp_get_shared_info_from_buff(xdp); in mvneta_swbm_build_skb()
/Linux-v5.15/drivers/net/ethernet/freescale/enetc/
Denetc.c1132 shinfo = xdp_get_shared_info_from_buff(xdp_buff); in enetc_map_rx_buff_to_xdp()
1139 struct skb_shared_info *shinfo = xdp_get_shared_info_from_buff(xdp_buff); in enetc_add_rx_buff_to_xdp()