Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/ !
Ddevinet.c197 static void rtmsg_ifa(int event, struct in_ifaddr *, struct nlmsghdr *, u32);
392 rtmsg_ifa(RTM_DELADDR, ifa, nlh, portid); in __inet_del_ifa()
430 rtmsg_ifa(RTM_DELADDR, ifa1, nlh, portid); in __inet_del_ifa()
448 rtmsg_ifa(RTM_NEWADDR, promote, nlh, portid); in __inet_del_ifa()
553 rtmsg_ifa(RTM_NEWADDR, ifa, nlh, portid); in __inet_insert_ifa()
777 rtmsg_ifa(RTM_NEWADDR, ifa, NULL, 0); in check_lifetime()
981 rtmsg_ifa(RTM_NEWADDR, ifa, nlh, NETLINK_CB(skb).portid); in inet_rtm_newaddr()
1504 rtmsg_ifa(RTM_NEWADDR, ifa, NULL, 0); in inetdev_changename()
1891 static void rtmsg_ifa(int event, struct in_ifaddr *ifa, struct nlmsghdr *nlh, in rtmsg_ifa() function