Searched refs:RTM_DELADDR (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | rtnetlink.h | 39 RTM_DELADDR, enumerator 40 #define RTM_DELADDR RTM_DELADDR macro
|
| /linux-6.15/security/selinux/ |
| H A D | nlmsgtab.c | 34 { RTM_DELADDR, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
| /linux-6.15/net/mctp/ |
| H A D | device.c | 295 mctp_addr_notify(mdev, addr->s_addr, RTM_DELADDR, skb, nlh); in mctp_rtm_deladdr() 528 {.owner = THIS_MODULE, .protocol = PF_MCTP, .msgtype = RTM_DELADDR,
|
| /linux-6.15/net/phonet/ |
| H A D | pn_netlink.c | 321 {.owner = THIS_MODULE, .protocol = PF_PHONET, .msgtype = RTM_DELADDR,
|
| H A D | pn_dev.c | 109 phonet_address_notify(net, RTM_DELADDR, ifindex, addr); in phonet_device_destroy()
|
| /linux-6.15/net/ipv4/ |
| H A D | devinet.c | 412 rtmsg_ifa(RTM_DELADDR, ifa, nlh, portid); in __inet_del_ifa() 450 rtmsg_ifa(RTM_DELADDR, ifa1, nlh, portid); in __inet_del_ifa() 2889 {.protocol = PF_INET, .msgtype = RTM_DELADDR, .doit = inet_rtm_deladdr,
|
| /linux-6.15/net/ipv6/ |
| H A D | addrconf.c | 1332 ipv6_ifa_notify(RTM_DELADDR, ifp); in ipv6_del_addr() 3981 __ipv6_ifa_notify(RTM_DELADDR, ifa); in addrconf_ifdown() 6299 case RTM_DELADDR: in __ipv6_ifa_notify() 7438 {.owner = THIS_MODULE, .protocol = PF_INET6, .msgtype = RTM_DELADDR,
|