Home
last modified time | relevance | path

Searched refs:ndo_features_check (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v6.6/net/bridge/
Dbr_device.c478 .ndo_features_check = passthru_features_check,
/Linux-v6.6/drivers/net/
Dnet_failover.c314 .ndo_features_check = passthru_features_check,
Dmacvlan.c1206 .ndo_features_check = passthru_features_check,
Dveth.c1753 .ndo_features_check = passthru_features_check,
Dtun.c1345 .ndo_features_check = passthru_features_check,
/Linux-v6.6/drivers/net/ethernet/qlogic/qede/
Dqede_main.c738 .ndo_features_check = qede_features_check,
761 .ndo_features_check = qede_features_check,
778 .ndo_features_check = qede_features_check,
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Defx.c594 .ndo_features_check = efx_siena_features_check,
/Linux-v6.6/drivers/net/ethernet/sfc/
Defx.c596 .ndo_features_check = efx_features_check,
/Linux-v6.6/drivers/s390/net/
Dqeth_l2_main.c1053 .ndo_features_check = qeth_features_check,
1074 .ndo_features_check = qeth_features_check,
Dqeth_l3_main.c1846 .ndo_features_check = qeth_l3_osa_features_check,
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c2157 .ndo_features_check = nfp_net_features_check,
2188 .ndo_features_check = nfp_net_features_check,
/Linux-v6.6/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1536 .ndo_features_check = fm10k_features_check,
/Linux-v6.6/drivers/net/ethernet/cisco/enic/
Denic_main.c2514 .ndo_features_check = enic_features_check,
2538 .ndo_features_check = enic_features_check,
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2855 .ndo_features_check = mlx4_en_features_check,
2887 .ndo_features_check = mlx4_en_features_check,
/Linux-v6.6/drivers/net/ethernet/realtek/
D8139cp.c1879 .ndo_features_check = cp_features_check,
/Linux-v6.6/drivers/net/ethernet/3com/
Dtyphoon.c2279 .ndo_features_check = typhoon_features_check,
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2297 .ndo_features_check = xgbe_features_check,
/Linux-v6.6/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2698 .ndo_features_check = igbvf_features_check,
/Linux-v6.6/drivers/net/team/
Dteam.c2064 .ndo_features_check = passthru_features_check,
/Linux-v6.6/include/linux/
Dnetdevice.h1417 netdev_features_t (*ndo_features_check)(struct sk_buff *skb, member
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4503 .ndo_features_check = ixgbevf_features_check,
/Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c521 .ndo_features_check = qlcnic_features_check,
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_main.c4723 .ndo_features_check = iavf_features_check,
/Linux-v6.6/net/core/
Ddev.c3552 if (dev->netdev_ops->ndo_features_check) in netif_skb_features()
3553 features &= dev->netdev_ops->ndo_features_check(skb, dev, in netif_skb_features()
/Linux-v6.6/drivers/net/vmxnet3/
Dvmxnet3_drv.c3776 .ndo_features_check = vmxnet3_features_check, in vmxnet3_probe_device()

12