Searched refs:ifaddrmsg (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | if_addr.h | 7 struct ifaddrmsg { struct 65 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) 66 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
|
/linux-4.4.14/net/phonet/ |
D | pn_netlink.c | 43 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in phonet_address_notify() 69 struct ifaddrmsg *ifm; in addr_doit() 109 struct ifaddrmsg *ifm; in fill_addr() 207 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in rtm_phonet_notify()
|
/linux-4.4.14/net/decnet/ |
D | dn_dev.c | 573 struct ifaddrmsg *ifm; in dn_nl_deladdr() 618 struct ifaddrmsg *ifm; in dn_nl_newaddr() 672 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in dn_ifaddr_nlmsg_size() 682 struct ifaddrmsg *ifm; in dn_nl_fill_ifaddr()
|
/linux-4.4.14/net/ipv4/ |
D | devinet.c | 580 struct ifaddrmsg *ifm; in inet_rtm_deladdr() 751 struct ifaddrmsg *ifm; in rtm_to_ifaddr() 1480 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet_nlmsg_size() 1510 struct ifaddrmsg *ifm; in inet_fill_ifaddr()
|
/linux-4.4.14/net/ipv6/ |
D | addrconf.c | 4082 struct ifaddrmsg *ifm; in inet6_rtm_deladdr() 4191 struct ifaddrmsg *ifm; in inet6_rtm_newaddr() 4255 struct ifaddrmsg *ifm; in put_ifaddrmsg() 4292 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet6_ifaddr_msgsize() 4305 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags); in inet6_fill_ifaddr() 4366 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags); in inet6_fill_ifmcaddr() 4392 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags); in inet6_fill_ifacaddr() 4553 struct ifaddrmsg *ifm; in inet6_rtm_getaddr()
|