Home
last modified time | relevance | path

Searched refs:ifaddrmsg (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_addr.h8 struct ifaddrmsg { struct
24 * If present, the value from struct ifaddrmsg will be ignored.
68 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
69 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_addr.h23 struct ifaddrmsg { struct
64 #define IFA_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
65 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ifaddrmsg))
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_addr.h23 struct ifaddrmsg { struct
64 #define IFA_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
65 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ifaddrmsg))
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_addr.h10 struct ifaddrmsg { struct
51 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
52 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_addr.h8 struct ifaddrmsg { struct
24 * If present, the value from struct ifaddrmsg will be ignored.
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))
/kernel/linux/linux-5.10/net/phonet/
H A Dpn_netlink.c30 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in phonet_address_notify()
57 struct ifaddrmsg *ifm; in addr_doit()
98 struct ifaddrmsg *ifm; in fill_addr()
196 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in rtm_phonet_notify()
/kernel/linux/linux-6.6/net/phonet/
H A Dpn_netlink.c30 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in phonet_address_notify()
57 struct ifaddrmsg *ifm; in addr_doit()
98 struct ifaddrmsg *ifm; in fill_addr()
196 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in rtm_phonet_notify()
/kernel/linux/linux-6.6/net/mctp/
H A Ddevice.c54 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in mctp_addrinfo_size()
65 struct ifaddrmsg *hdr; in mctp_fill_addrinfo()
120 struct ifaddrmsg *hdr; in mctp_dump_addrinfo()
198 struct ifaddrmsg *ifm; in mctp_rtm_newaddr()
261 struct ifaddrmsg *ifm; in mctp_rtm_deladdr()
/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c651 struct ifaddrmsg *ifm; in inet_rtm_deladdr()
829 struct ifaddrmsg *ifm; in rtm_to_ifaddr()
1621 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet_nlmsg_size()
1652 struct ifaddrmsg *ifm; in inet_fill_ifaddr()
1723 struct ifaddrmsg *ifm; in inet_valid_dump_ifaddr_req()
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c654 struct ifaddrmsg *ifm; in inet_rtm_deladdr()
833 struct ifaddrmsg *ifm; in rtm_to_ifaddr()
1645 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet_nlmsg_size()
1677 struct ifaddrmsg *ifm; in inet_fill_ifaddr()
1750 struct ifaddrmsg *ifm; in inet_valid_dump_ifaddr_req()
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c4658 struct ifaddrmsg *ifm; in inet6_rtm_deladdr()
4842 struct ifaddrmsg *ifm; in inet6_rtm_newaddr()
4929 struct ifaddrmsg *ifm; in put_ifaddrmsg()
4966 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet6_ifaddr_msgsize()
4997 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifaddr()
5069 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifmcaddr()
5103 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifacaddr()
5194 struct ifaddrmsg *ifm; in inet6_valid_dump_ifaddr_req()
5350 struct ifaddrmsg *ifm; in inet6_rtm_valid_getaddr_req()
5403 struct ifaddrmsg *if in inet6_rtm_getaddr()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c4726 struct ifaddrmsg *ifm; in inet6_rtm_deladdr()
4912 struct ifaddrmsg *ifm; in inet6_rtm_newaddr()
5006 struct ifaddrmsg *ifm; in put_ifaddrmsg()
5043 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet6_ifaddr_msgsize()
5075 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifaddr()
5151 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifmcaddr()
5185 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifacaddr()
5279 struct ifaddrmsg *ifm; in inet6_valid_dump_ifaddr_req()
5434 struct ifaddrmsg *ifm; in inet6_rtm_valid_getaddr_req()
5486 struct ifaddrmsg *if in inet6_rtm_getaddr()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dipsec.c325 struct ifaddrmsg info; in ip4_addr_set()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dipsec.c363 struct ifaddrmsg info; in ip4_addr_set()

Completed in 30 milliseconds