Searched refs:ifaddrmsg (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/ipv4/ |
D | devinet.c | 576 struct ifaddrmsg *ifm; in inet_rtm_deladdr() 747 struct ifaddrmsg *ifm; in rtm_to_ifaddr() 1477 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet_nlmsg_size() 1507 struct ifaddrmsg *ifm; in inet_fill_ifaddr()
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 3999 struct ifaddrmsg *ifm; in inet6_rtm_deladdr() 4108 struct ifaddrmsg *ifm; in inet6_rtm_newaddr() 4172 struct ifaddrmsg *ifm; in put_ifaddrmsg() 4209 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet6_ifaddr_msgsize() 4222 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags); in inet6_fill_ifaddr() 4283 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags); in inet6_fill_ifmcaddr() 4309 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags); in inet6_fill_ifacaddr() 4470 struct ifaddrmsg *ifm; in inet6_rtm_getaddr()
|