Lines Matching refs:netdev_ops
608 if (dev->netdev_ops && dev->netdev_ops->ndo_get_iflink) in dev_get_iflink()
609 return dev->netdev_ops->ndo_get_iflink(dev); in dev_get_iflink()
628 if (!dev->netdev_ops || !dev->netdev_ops->ndo_fill_metadata_dst) in dev_fill_metadata_dst()
637 return dev->netdev_ops->ndo_fill_metadata_dst(dev, skb); in dev_fill_metadata_dst()
1299 const struct net_device_ops *ops = dev->netdev_ops; in __dev_open()
1398 const struct net_device_ops *ops = dev->netdev_ops; in __dev_close_many()
3178 if (dev->netdev_ops->ndo_features_check) in netif_skb_features()
3179 features &= dev->netdev_ops->ndo_features_check(skb, dev, in netif_skb_features()
3677 const struct net_device_ops *ops = dev->netdev_ops; in netdev_core_pick_tx()
3939 rc = dev->netdev_ops->ndo_rx_flow_steer(dev, skb, in set_rps_cpu()
7642 const struct net_device_ops *ops = dev->netdev_ops; in dev_change_rx_flags()
7780 const struct net_device_ops *ops = dev->netdev_ops; in __dev_set_rx_mode()
7965 const struct net_device_ops *ops = dev->netdev_ops; in __dev_set_mtu()
8117 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_mac_address()
8148 const struct net_device_ops *ops = dev->netdev_ops; in dev_change_carrier()
8168 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_phys_port_id()
8187 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_phys_port_name()
8211 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_port_parent_id()
8273 const struct net_device_ops *ops = dev->netdev_ops; in dev_change_proto_down()
8346 ndo_bpf = dev->netdev_ops->ndo_bpf; in dev_xdp_uninstall()
8377 const struct net_device_ops *ops = dev->netdev_ops; in dev_change_xdp_fd()
8535 if (dev->netdev_ops->ndo_uninit) in rollback_registered_many()
8536 dev->netdev_ops->ndo_uninit(dev); in rollback_registered_many()
8700 if (dev->netdev_ops->ndo_fix_features) in __netdev_update_features()
8701 features = dev->netdev_ops->ndo_fix_features(dev, features); in __netdev_update_features()
8716 if (dev->netdev_ops->ndo_set_features) in __netdev_update_features()
8717 err = dev->netdev_ops->ndo_set_features(dev, features); in __netdev_update_features()
9015 if (dev->netdev_ops->ndo_init) { in register_netdevice()
9016 ret = dev->netdev_ops->ndo_init(dev); in register_netdevice()
9026 (!dev->netdev_ops->ndo_vlan_rx_add_vid || in register_netdevice()
9027 !dev->netdev_ops->ndo_vlan_rx_kill_vid)) { in register_netdevice()
9045 if (dev->netdev_ops->ndo_udp_tunnel_add) { in register_netdevice()
9135 if (dev->netdev_ops->ndo_uninit) in register_netdevice()
9136 dev->netdev_ops->ndo_uninit(dev); in register_netdevice()
9404 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_stats()