Home
last modified time | relevance | path

Searched refs:xdp_has_frags (Results 1 – 15 of 15) 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.c4850 if (bp->xdp_prog->aux->xdp_has_frags) in __bnxt_set_rx_skb_mode()
/linux/drivers/net/netdevsim/
H A Dbpf.c305 if (bpf->prog && !bpf->prog->aux->xdp_has_frags && in nsim_setup_prog_checks()
H A Dnetdev.c193 if (ns->xdp.prog && !ns->xdp.prog->aux->xdp_has_frags && in nsim_change_mtu()
/linux/kernel/bpf/
H A Dcore.c2400 map->owner->xdp_has_frags = aux->xdp_has_frags; in __bpf_prog_map_compatible()
2412 map->owner->xdp_has_frags == aux->xdp_has_frags; in __bpf_prog_map_compatible()
H A Dsyscall.c3008 prog->aux->xdp_has_frags = attr->prog_flags & BPF_F_XDP_HAS_FRAGS; in bpf_prog_load()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c429 if (xdp_buff_has_frags(xdp) && !prog->aux->xdp_has_frags) in aq_xdp_run_prog()
/linux/include/linux/
H A Dbpf.h289 bool xdp_has_frags; member
1666 bool xdp_has_frags; member
/linux/drivers/net/
H A Dveth.c1589 if (prog->aux->xdp_has_frags) in veth_xdp_set()
H A Dvirtio_net.c2314 (*num_buf == 1 || xdp_prog->aux->xdp_has_frags))) { in mergeable_xdp_get_buf()
2326 if (!xdp_prog->aux->xdp_has_frags) { in mergeable_xdp_get_buf()
5992 if (prog && !prog->aux->xdp_has_frags && dev->mtu > max_sz) { in virtnet_xdp_set()
/linux/net/core/
H A Ddev.c10244 !dev->xdp_state[i].prog->aux->xdp_has_frags) in dev_xdp_sb_prog_count()
10256 bpf->prog && !bpf->prog->aux->xdp_has_frags) { in netif_xdp_propagate()
10302 prog && !prog->aux->xdp_has_frags) { in dev_xdp_install()
H A Dskbuff.c1003 if (!prog->aux->xdp_has_frags) in skb_cow_data_for_xdp()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c2979 if (prog && !prog->aux->xdp_has_frags) { in ice_xdp_setup_prog()
7851 if (prog && !prog->aux->xdp_has_frags) { in ice_change_mtu()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4645 if (!params->xdp_prog->aux->xdp_has_frags) { in mlx5e_params_validate_xdp()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c2934 if (xdp_prog && !xdp_prog->aux->xdp_has_frags) in i40e_max_vsi_frame_size()