Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_addr.h8 struct ifaddrmsg { struct
67 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
68 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
/Linux-v4.19/net/phonet/
Dpn_netlink.c43 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in phonet_address_notify()
70 struct ifaddrmsg *ifm; in addr_doit()
111 struct ifaddrmsg *ifm; in fill_addr()
209 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in rtm_phonet_notify()
/Linux-v4.19/net/decnet/
Ddn_dev.c575 struct ifaddrmsg *ifm; in dn_nl_deladdr()
622 struct ifaddrmsg *ifm; in dn_nl_newaddr()
677 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in dn_ifaddr_nlmsg_size()
687 struct ifaddrmsg *ifm; in dn_nl_fill_ifaddr()
/Linux-v4.19/net/ipv4/
Ddevinet.c608 struct ifaddrmsg *ifm; in inet_rtm_deladdr()
780 struct ifaddrmsg *ifm; in rtm_to_ifaddr()
1558 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet_nlmsg_size()
1589 struct ifaddrmsg *ifm; in inet_fill_ifaddr()
/Linux-v4.19/net/ipv6/
Daddrconf.c4499 struct ifaddrmsg *ifm; in inet6_rtm_deladdr()
4662 struct ifaddrmsg *ifm; in inet6_rtm_newaddr()
4749 struct ifaddrmsg *ifm; in put_ifaddrmsg()
4786 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet6_ifaddr_msgsize()
4800 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags); in inet6_fill_ifaddr()
4865 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags); in inet6_fill_ifmcaddr()
4892 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags); in inet6_fill_ifacaddr()
5056 struct ifaddrmsg *ifm; in inet6_rtm_getaddr()
/Linux-v4.19/net/qrtr/
Dqrtr.c1084 struct ifaddrmsg *ifm; in qrtr_addr_doit()