Lines Matching defs:event
165 unsigned long event);
180 static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifa);
181 static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifa);
183 static void inet6_prefix_notify(int event, struct inet6_dev *idev,
516 u32 seq, int event, unsigned int flags,
523 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
567 void inet6_netconf_notify_devconf(struct net *net, int event, int type,
578 event, 0, type);
3508 static int addrconf_notify(struct notifier_block *this, unsigned long event,
3519 switch (event) {
3560 if (event == NETDEV_UP) {
3578 } else if (event == NETDEV_CHANGE) {
3581 rt6_sync_down_dev(dev, event);
3662 addrconf_ifdown(dev, event != NETDEV_DOWN);
3683 addrconf_type_change(dev, event);
3707 static void addrconf_type_change(struct net_device *dev, unsigned long event)
3714 if (event == NETDEV_POST_TYPE_CHANGE)
3716 else if (event == NETDEV_PRE_TYPE_CHANGE)
3728 unsigned long event = unregister ? NETDEV_UNREGISTER : NETDEV_DOWN;
3739 rt6_disable_ip(dev, event);
3760 /* combine the user config with event to determine if permanent
3783 * address is retained on a down event
4983 int event;
4996 nlh = nlmsg_put(skb, args->portid, args->seq, args->event,
5068 nlh = nlmsg_put(skb, args->portid, args->seq, args->event,
5102 nlh = nlmsg_put(skb, args->portid, args->seq, args->event,
5139 fillargs->event = RTM_NEWADDR;
5155 fillargs->event = RTM_GETMULTICAST;
5168 fillargs->event = RTM_GETANYCAST;
5398 .event = RTM_NEWADDR,
5464 static void inet6_ifa_notify(int event, struct inet6_ifaddr *ifa)
5471 .event = event,
5870 u32 portid, u32 seq, int event, unsigned int flags)
5877 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
5988 void inet6_ifinfo_notify(int event, struct inet6_dev *idev)
5998 err = inet6_fill_ifinfo(skb, idev, 0, 0, event, 0);
6021 int event, unsigned int flags)
6027 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*pmsg), flags);
6055 static void inet6_prefix_notify(int event, struct inet6_dev *idev,
6066 err = inet6_fill_prefix(skb, idev, pinfo, 0, 0, event, 0);
6080 static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
6084 if (event)
6087 inet6_ifa_notify(event ? : RTM_NEWADDR, ifp);
6089 switch (event) {
6136 static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
6140 __ipv6_ifa_notify(event, ifp);