Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_addr.h8 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))
/linux/tools/include/uapi/linux/
H A Dif_addr.h8 struct ifaddrmsg { struct
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))
/linux/net/mctp/
H A Ddevice.c53 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()
/linux/net/phonet/
H A Dpn_netlink.c30 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()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c203 struct ifaddrmsg info; in __ip_addr_add()
/linux/net/ipv6/
H A Danycast.c309 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in inet6_ifacaddr_notify()
H A Daddrconf.c4813 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...]
H A Dmcast.c909 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in inet6_ifmcaddr_notify()
/linux/net/ipv4/
H A Digmp.c1455 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()
/linux/Documentation/userspace-api/netlink/
H A Dintro.rst625 types (e.g. struct ifinfomsg for netdev requests, struct ifaddrmsg for address
/linux/tools/testing/selftests/net/
H A Dipsec.c365 struct ifaddrmsg info; in ip4_addr_set()