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
1441
struct ifaddrmsg *ifm;
net/ipv4/igmp.c
1445
sizeof(struct ifaddrmsg), args->flags);
net/ipv4/igmp.c
1481
skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) +
net/ipv6/addrconf.c
4782
struct ifaddrmsg *ifm;
net/ipv6/addrconf.c
4963
struct ifaddrmsg *ifm;
net/ipv6/addrconf.c
5087
struct ifaddrmsg *ifm;
net/ipv6/addrconf.c
5124
return NLMSG_ALIGN(sizeof(struct ifaddrmsg))
net/ipv6/addrconf.c
5143
sizeof(struct ifaddrmsg), args->flags);
net/ipv6/addrconf.c
5224
sizeof(struct ifaddrmsg), args->flags);
net/ipv6/addrconf.c
5259
sizeof(struct ifaddrmsg), args->flags);
net/ipv6/addrconf.c
5349
struct ifaddrmsg *ifm;
net/ipv6/addrconf.c
5487
struct ifaddrmsg *ifm;
net/ipv6/addrconf.c
5540
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
368
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,