Home
last modified time | relevance | path

Searched refs:change_info (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Darp.c1327 struct netdev_notifier_change_info *change_info; in arp_netdev_event() local
1337 change_info = ptr; in arp_netdev_event()
1338 if (change_info->flags_changed & IFF_NOARP) in arp_netdev_event()
/linux/net/ipv6/
H A Dndisc.c1857 struct netdev_notifier_change_info *change_info; in ndisc_netdev_event()
1886 change_info = ptr; in ndisc_netdev_event()
1887 if (change_info->flags_changed & IFF_NOARP) in ndisc_netdev_event()
1859 struct netdev_notifier_change_info *change_info; ndisc_netdev_event() local
H A Daddrconf.c3675 struct netdev_notifier_change_info *change_info; in addrconf_notify()
3760 change_info = ptr; in addrconf_notify()
3761 if (change_info->flags_changed & IFF_NOARP) in addrconf_notify()
3652 struct netdev_notifier_change_info *change_info; addrconf_notify() local
/linux/net/core/
H A Ddev.c1599 struct netdev_notifier_change_info change_info = { in netif_state_change() local
1604 &change_info.info); in netif_state_change()
9800 struct netdev_notifier_change_info change_info = { in __dev_notify_flags()
9807 call_netdevice_notifiers_info(NETDEV_CHANGE, &change_info.info); in __dev_notify_flags()
9804 struct netdev_notifier_change_info change_info = { __dev_notify_flags() local