Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c392 if (prog && !prog->aux->xdp_has_frags && in bnxt_xdp_set()
H A Dbnxt.c5005 if (bp->xdp_prog->aux->xdp_has_frags) in __bnxt_set_rx_skb_mode()
/linux/kernel/bpf/
H A Dcore.c2526 map->owner->xdp_has_frags = aux->xdp_has_frags; in __bpf_prog_map_compatible()
2539 map->owner->xdp_has_frags == aux->xdp_has_frags && in __bpf_prog_map_compatible()
H A Dsyscall.c3062 prog->aux->xdp_has_frags = attr->prog_flags & BPF_F_XDP_HAS_FRAGS; in BTF_ID_LIST_GLOBAL_SINGLE()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c531 if (prog->aux->xdp_has_frags) in fbnic_check_split_frames()
H A Dfbnic_txrx.c1184 if (xdp_buff_has_frags(&pkt->buff) && !xdp_prog->aux->xdp_has_frags) in fbnic_run_xdp()
/linux/drivers/net/netdevsim/
H A Dnetdev.c199 if (ns->xdp.prog && !ns->xdp.prog->aux->xdp_has_frags && in nsim_change_mtu()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c482 if (xdp_buff_has_frags(xdp) && !prog->aux->xdp_has_frags) in aq_xdp_run_prog()
/linux/include/linux/
H A Dbpf.h289 * same prog type, JITed flag and xdp_has_frags flag.
294 bool xdp_has_frags; member
1775 bool xdp_has_frags;
1774 bool xdp_has_frags; global() member
/linux/drivers/net/
H A Dveth.c1601 if (prog->aux->xdp_has_frags) in veth_xdp_set()
H A Dvirtio_net.c2221 (*num_buf == 1 || xdp_prog->aux->xdp_has_frags))) { in mergeable_xdp_get_buf()
2233 if (!xdp_prog->aux->xdp_has_frags) { in mergeable_xdp_get_buf()
6057 if (prog && !prog->aux->xdp_has_frags && dev->mtu > max_sz) { in virtnet_xdp_set()
/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c3865 if (prog && !prog->aux->xdp_has_frags && in mvneta_change_mtu()
4660 if (prog && !prog->aux->xdp_has_frags && in mvneta_xdp_setup()
/linux/net/core/
H A Ddev.c10340 !dev->xdp_state[i].prog->aux->xdp_has_frags) in netif_xdp_propagate()
10352 bpf->prog && !bpf->prog->aux->xdp_has_frags) { in netif_xdp_propagate()
10429 prog && !prog->aux->xdp_has_frags) { in dev_xdp_install()
H A Dskbuff.c1021 if (!prog->aux->xdp_has_frags) in skb_cow_data_for_xdp()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c2906 if (prog && !prog->aux->xdp_has_frags) { in ice_xdp_setup_prog()
7857 if (prog && !prog->aux->xdp_has_frags) { in ice_change_mtu()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4701 if (!params->xdp_prog->aux->xdp_has_frags) { in mlx5e_params_validate_xdp()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c2943 if (xdp_prog && !xdp_prog->aux->xdp_has_frags) in i40e_max_vsi_frame_size()