Searched refs:rtmsg_ifa (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/net/ipv4/ |
| D | devinet.c | 194 static void rtmsg_ifa(int event, struct in_ifaddr *, struct nlmsghdr *, u32); 389 rtmsg_ifa(RTM_DELADDR, ifa, nlh, portid); in __inet_del_ifa() 427 rtmsg_ifa(RTM_DELADDR, ifa1, nlh, portid); in __inet_del_ifa() 445 rtmsg_ifa(RTM_NEWADDR, promote, nlh, portid); in __inet_del_ifa() 552 rtmsg_ifa(RTM_NEWADDR, ifa, nlh, portid); in __inet_insert_ifa() 776 rtmsg_ifa(RTM_NEWADDR, ifa, NULL, 0); in check_lifetime() 977 rtmsg_ifa(RTM_NEWADDR, ifa, nlh, NETLINK_CB(skb).portid); in inet_rtm_newaddr() 1500 rtmsg_ifa(RTM_NEWADDR, ifa, NULL, 0); in inetdev_changename() 1884 static void rtmsg_ifa(int event, struct in_ifaddr *ifa, struct nlmsghdr *nlh, in rtmsg_ifa() function
|