/linux/net/bridge/ |
H A D | br_device.c | 472 .ndo_features_check = passthru_features_check,
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_netdev.c | 516 .ndo_features_check = fbnic_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/net/ |
H A D | netkit.c | 233 .ndo_features_check = passthru_features_check,
|
H A D | macvlan.c | 1197 .ndo_features_check = passthru_features_check,
|
H A D | veth.c | 1709 .ndo_features_check = passthru_features_check,
|
H A D | tun.c | 1276 .ndo_features_check = passthru_features_check,
|
/linux/drivers/s390/net/ |
H A D | qeth_l2_main.c | 1055 .ndo_features_check = qeth_features_check, 1076 .ndo_features_check = qeth_features_check,
|
H A D | qeth_l3_main.c | 1850 .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/netronome/nfp/ |
H A D | nfp_net_common.c | 2338 .ndo_features_check = nfp_net_features_check, 2369 .ndo_features_check = nfp_net_features_check,
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_lib.c | 2485 .ndo_features_check = idpf_features_check,
|
/linux/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 1879 .ndo_features_check = cp_features_check,
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 2021 .ndo_features_check = xgbe_features_check,
|
/linux/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 2279 .ndo_features_check = typhoon_features_check,
|
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | netdev.c | 2687 .ndo_features_check = igbvf_features_check,
|
/linux/drivers/net/team/ |
H A D | team_core.c | 2061 .ndo_features_check = passthru_features_check,
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 2174 .ndo_features_check = gve_features_check,
|
/linux/include/linux/ |
H A D | netdevice.h | 1415 netdev_features_t (*ndo_features_check)(struct sk_buff *skb, member
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 4504 .ndo_features_check = ixgbevf_features_check,
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 520 .ndo_features_check = qlcnic_features_check,
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 5171 .ndo_features_check = iavf_features_check,
|
/linux/drivers/net/usb/ |
H A D | lan78xx.c | 4599 .ndo_features_check = lan78xx_features_check,
|
/linux/net/core/ |
H A D | dev.c | 3806 if (dev->netdev_ops->ndo_features_check) in netif_skb_features() 3807 features &= dev->netdev_ops->ndo_features_check(skb, dev, in netif_skb_features()
|