Searched refs:ndo_features_check (Results 1 – 21 of 21) sorted by relevance
| /linux-4.4.14/net/bridge/ |
| D | br_device.c | 350 .ndo_features_check = passthru_features_check,
|
| /linux-4.4.14/drivers/net/ |
| D | veth.c | 287 .ndo_features_check = passthru_features_check,
|
| D | macvlan.c | 1052 .ndo_features_check = passthru_features_check,
|
| D | tun.c | 968 .ndo_features_check = passthru_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_netdev.c | 1386 .ndo_features_check = fm10k_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_netdev.c | 2513 .ndo_features_check = mlx4_en_features_check, 2551 .ndo_features_check = mlx4_en_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/realtek/ |
| D | 8139cp.c | 1882 .ndo_features_check = cp_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
| D | netdev.c | 2618 .ndo_features_check = passthru_features_check,
|
| /linux-4.4.14/drivers/net/team/ |
| D | team.c | 1991 .ndo_features_check = passthru_features_check,
|
| /linux-4.4.14/net/core/ |
| D | dev.c | 2697 if (dev->netdev_ops->ndo_features_check) in netif_skb_features() 2698 features &= dev->netdev_ops->ndo_features_check(skb, dev, in netif_skb_features()
|
| /linux-4.4.14/include/linux/ |
| D | netdevice.h | 1229 netdev_features_t (*ndo_features_check) (struct sk_buff *skb, member
|
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
| D | ixgbevf_main.c | 3909 .ndo_features_check = passthru_features_check,
|
| /linux-4.4.14/drivers/net/bonding/ |
| D | bond_main.c | 4105 .ndo_features_check = passthru_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_main.c | 545 .ndo_features_check = qlcnic_features_check,
|
| /linux-4.4.14/drivers/net/usb/ |
| D | r8152.c | 4024 .ndo_features_check = rtl8152_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
| D | be_main.c | 5347 .ndo_features_check = be_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/intel/igb/ |
| D | igb_main.c | 2091 .ndo_features_check = passthru_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
| D | netdev.c | 6955 .ndo_features_check = passthru_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_main.c | 8445 .ndo_features_check = ixgbe_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
| D | i40e_main.c | 8604 .ndo_features_check = i40e_features_check,
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_main.c | 13012 .ndo_features_check = bnx2x_features_check,
|