/linux/net/bridge/ |
H A D | br_device.c | 470 .ndo_features_check = passthru_features_check,
|
/linux/drivers/net/ |
H A D | net_failover.c | 314 .ndo_features_check = passthru_features_check,
|
H A D | netkit.c | 235 .ndo_features_check = passthru_features_check,
|
H A D | macvlan.c | 1196 .ndo_features_check = passthru_features_check,
|
H A D | veth.c | 1672 .ndo_features_check = passthru_features_check,
|
H A D | tun.c | 1341 .ndo_features_check = passthru_features_check,
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 738 .ndo_features_check = qede_features_check, 761 .ndo_features_check = qede_features_check, 778 .ndo_features_check = qede_features_check,
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 606 .ndo_features_check = efx_siena_features_check,
|
/linux/drivers/s390/net/ |
H A D | qeth_l2_main.c | 1053 .ndo_features_check = qeth_features_check, 1074 .ndo_features_check = qeth_features_check,
|
H A D | qeth_l3_main.c | 1849 .ndo_features_check = qeth_l3_osa_features_check,
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | 1536 .ndo_features_check = fm10k_features_check,
|
/linux/drivers/net/ethernet/sfc/ |
H A D | efx.c | 601 .ndo_features_check = efx_features_check,
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_lib.c | 2351 .ndo_features_check = idpf_features_check,
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 2859 .ndo_features_check = mlx4_en_features_check, 2891 .ndo_features_check = mlx4_en_features_check,
|
/linux/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 1879 .ndo_features_check = cp_features_check,
|
H A D | r8169_main.c | 5109 .ndo_features_check = rtl8169_features_check,
|
/linux/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 2279 .ndo_features_check = typhoon_features_check,
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 2311 .ndo_features_check = xgbe_features_check,
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 2119 .ndo_features_check = gve_features_check,
|
/linux/drivers/net/team/ |
H A D | team_core.c | 2078 .ndo_features_check = passthru_features_check,
|
/linux/include/linux/ |
H A D | netdevice.h | 1388 netdev_features_t (*ndo_features_check)(struct sk_buff *skb, member
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 521 .ndo_features_check = qlcnic_features_check,
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 5106 .ndo_features_check = iavf_features_check,
|
/linux/net/core/ |
H A D | dev.c | 3779 if (dev->netdev_ops->ndo_features_check) in netif_skb_features() 3780 features &= dev->netdev_ops->ndo_features_check(skb, dev, in netif_skb_features()
|
/linux/drivers/net/usb/ |
H A D | lan78xx.c | 4417 .ndo_features_check = lan78xx_features_check,
|