Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/net/bridge/
A Dbr_device.c474 .ndo_features_check = passthru_features_check,
/linux-6.3-rc2/drivers/net/
A Dnet_failover.c318 .ndo_features_check = passthru_features_check,
A Dmacvlan.c1180 .ndo_features_check = passthru_features_check,
A Dveth.c1644 .ndo_features_check = passthru_features_check,
A Dtun.c1345 .ndo_features_check = passthru_features_check,
A Dvirtio_net.c3413 .ndo_features_check = passthru_features_check,
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/
A Dqede_main.c722 .ndo_features_check = qede_features_check,
745 .ndo_features_check = qede_features_check,
762 .ndo_features_check = qede_features_check,
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Defx.c595 .ndo_features_check = efx_siena_features_check,
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Defx.c597 .ndo_features_check = efx_features_check,
/linux-6.3-rc2/drivers/s390/net/
A Dqeth_l2_main.c1053 .ndo_features_check = qeth_features_check,
1074 .ndo_features_check = qeth_features_check,
A Dqeth_l3_main.c1846 .ndo_features_check = qeth_l3_osa_features_check,
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_common.c2115 .ndo_features_check = nfp_net_features_check,
2146 .ndo_features_check = nfp_net_features_check,
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k_netdev.c1536 .ndo_features_check = fm10k_features_check,
/linux-6.3-rc2/drivers/net/ethernet/cisco/enic/
A Denic_main.c2514 .ndo_features_check = enic_features_check,
2538 .ndo_features_check = enic_features_check,
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Den_netdev.c2855 .ndo_features_check = mlx4_en_features_check,
2887 .ndo_features_check = mlx4_en_features_check,
/linux-6.3-rc2/drivers/net/ethernet/realtek/
A D8139cp.c1879 .ndo_features_check = cp_features_check,
/linux-6.3-rc2/drivers/net/ethernet/3com/
A Dtyphoon.c2279 .ndo_features_check = typhoon_features_check,
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/
A Dxgbe-drv.c2297 .ndo_features_check = xgbe_features_check,
/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/
A Dnetdev.c2667 .ndo_features_check = igbvf_features_check,
/linux-6.3-rc2/drivers/net/team/
A Dteam.c2075 .ndo_features_check = passthru_features_check,
/linux-6.3-rc2/include/linux/
A Dnetdevice.h1405 netdev_features_t (*ndo_features_check)(struct sk_buff *skb, member
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_main.c522 .ndo_features_check = qlcnic_features_check,
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_main.c4681 .ndo_features_check = iavf_features_check,
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf_main.c4503 .ndo_features_check = ixgbevf_features_check,
/linux-6.3-rc2/net/core/
A Ddev.c3559 if (dev->netdev_ops->ndo_features_check) in netif_skb_features()
3560 features &= dev->netdev_ops->ndo_features_check(skb, dev, in netif_skb_features()

Completed in 135 milliseconds

12