Searched refs:ifaddrmsg (Results 1 – 12 of 12) 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()
659 struct ifaddrmsg *ifm; in inet_rtm_deladdr()848 struct ifaddrmsg *ifm = nlmsg_data(nlh); in inet_validate_rtm()886 struct ifaddrmsg *ifm = nlmsg_data(nlh); in inet_rtm_to_ifa()1677 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet_nlmsg_size()1709 struct ifaddrmsg *ifm; in inet_fill_ifaddr()1791 struct ifaddrmsg *ifm; in inet_valid_dump_ifaddr_req()
1441 struct ifaddrmsg *ifm; in inet_fill_ifmcaddr()1445 sizeof(struct ifaddrmsg), args->flags); in inet_fill_ifmcaddr()1481 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in inet_ifmcaddr_notify()
203 struct ifaddrmsg info; in __ip_addr_add()
4782 struct ifaddrmsg *ifm; in inet6_rtm_deladdr() 4963 struct ifaddrmsg *ifm; in inet6_rtm_newaddr() 5087 struct ifaddrmsg *ifm; in put_ifaddrmsg() 5124 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet6_ifaddr_msgsize() 5143 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifaddr() 5224 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifmcaddr() 5259 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifacaddr() 5349 struct ifaddrmsg *ifm; in inet6_valid_dump_ifaddr_req() 5487 struct ifaddrmsg *ifm; in inet6_rtm_valid_getaddr_req() 5540 struct ifaddrmsg *if in inet6_rtm_getaddr() [all...]
309 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in inet6_ifacaddr_notify()
909 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in inet6_ifmcaddr_notify()
625 types (e.g. struct ifinfomsg for netdev requests, struct ifaddrmsg for address
368 struct ifaddrmsg info; in ip4_addr_set()