Symbol: ifaddrmsg
include/uapi/linux/if_addr.h
69
#define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
include/uapi/linux/if_addr.h
70
#define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
net/ipv4/devinet.c
1677
return NLMSG_ALIGN(sizeof(struct ifaddrmsg))
net/ipv4/devinet.c
1709
struct ifaddrmsg *ifm;
net/ipv4/devinet.c
1791
struct ifaddrmsg *ifm;
net/ipv4/devinet.c
659
struct ifaddrmsg *ifm;
net/ipv4/devinet.c
848
struct ifaddrmsg *ifm = nlmsg_data(nlh);
net/ipv4/devinet.c
886
struct ifaddrmsg *ifm = nlmsg_data(nlh);
net/ipv4/igmp.c
1469
struct ifaddrmsg *ifm;
net/ipv4/igmp.c
1473
sizeof(struct ifaddrmsg), args->flags);
net/ipv4/igmp.c
1509
skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) +
net/ipv6/addrconf.c
4813
struct ifaddrmsg *ifm;
net/ipv6/addrconf.c
4994
struct ifaddrmsg *ifm;
net/ipv6/addrconf.c
5118
struct ifaddrmsg *ifm;
net/ipv6/addrconf.c
5155
return NLMSG_ALIGN(sizeof(struct ifaddrmsg))
net/ipv6/addrconf.c
5174
sizeof(struct ifaddrmsg), args->flags);
net/ipv6/addrconf.c
5255
sizeof(struct ifaddrmsg), args->flags);
net/ipv6/addrconf.c
5290
sizeof(struct ifaddrmsg), args->flags);
net/ipv6/addrconf.c
5380
struct ifaddrmsg *ifm;
net/ipv6/addrconf.c
5518
struct ifaddrmsg *ifm;
net/ipv6/addrconf.c
5571
struct ifaddrmsg *ifm;
net/ipv6/anycast.c
309
skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) +
net/ipv6/mcast.c
909
skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) +
net/mctp/device.c
119
struct ifaddrmsg *hdr;
net/mctp/device.c
191
struct ifaddrmsg *ifm;
net/mctp/device.c
254
struct ifaddrmsg *ifm;
net/mctp/device.c
53
return NLMSG_ALIGN(sizeof(struct ifaddrmsg))
net/mctp/device.c
64
struct ifaddrmsg *hdr;
net/phonet/pn_netlink.c
105
struct ifaddrmsg *ifm;
net/phonet/pn_netlink.c
30
skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) +
net/phonet/pn_netlink.c
58
struct ifaddrmsg *ifm;
tools/include/uapi/linux/if_addr.h
69
#define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
tools/include/uapi/linux/if_addr.h
70
#define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
tools/testing/selftests/net/ipsec.c
365
struct ifaddrmsg info;
tools/testing/selftests/net/tcp_ao/lib/netlink.c
203
struct ifaddrmsg info;
tools/testing/selftests/net/tuntap_helpers.h
37
static inline void fill_ifaddr_msg(struct ifaddrmsg *ifam, int family,