Searched refs:ifaddrmsg (Results 1 – 11 of 11) sorted by relevance
8 struct ifaddrmsg { struct 24 * If present, the value from struct ifaddrmsg will be ignored. argument 69 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))70 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
8 struct ifaddrmsg { struct69 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))70 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
53 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in mctp_addrinfo_size()64 struct ifaddrmsg *hdr; in mctp_fill_addrinfo()119 struct ifaddrmsg *hdr; in mctp_dump_addrinfo()191 struct ifaddrmsg *ifm; in mctp_rtm_newaddr()254 struct ifaddrmsg *ifm; in mctp_rtm_deladdr()
30 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in phonet_address_notify()58 struct ifaddrmsg *ifm; in addr_doit()105 struct ifaddrmsg *ifm; in fill_addr()
203 struct ifaddrmsg info; in __ip_addr_add()
309 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in inet6_ifacaddr_notify()
4813 struct ifaddrmsg *ifm; in inet6_rtm_deladdr() 4994 struct ifaddrmsg *ifm; in inet6_rtm_newaddr() 5118 struct ifaddrmsg *ifm; in rt_scope() 5155 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet6_fill_ifaddr() 5174 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifaddr() 5255 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifacaddr() 5290 sizeof(struct ifaddrmsg), args->flags); in in6_dump_addrs() 5380 struct ifaddrmsg *ifm; in inet6_valid_dump_ifaddr_req() 5518 struct ifaddrmsg *ifm; in inet6_rtm_valid_getaddr_req() 5571 struct ifaddrmsg *if in inet6_rtm_getaddr() [all...]
909 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in inet6_ifmcaddr_notify()
1455 struct ifaddrmsg *ifm; in inet_fill_ifmcaddr() 1459 sizeof(struct ifaddrmsg), args->flags); in inet_fill_ifmcaddr() 1495 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in inet_ifmcaddr_notify()
625 types (e.g. struct ifinfomsg for netdev requests, struct ifaddrmsg for address
365 struct ifaddrmsg info; in ip4_addr_set()