Lines Matching refs:nla_total_size
468 + nla_total_size(4); /* NETCONFA_IFINDEX */ in inet6_netconf_msgsize_devconf()
472 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
475 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
478 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
4210 + nla_total_size(16) /* IFA_LOCAL */ in inet6_ifaddr_msgsize()
4211 + nla_total_size(16) /* IFA_ADDRESS */ in inet6_ifaddr_msgsize()
4212 + nla_total_size(sizeof(struct ifa_cacheinfo)) in inet6_ifaddr_msgsize()
4213 + nla_total_size(4) /* IFA_FLAGS */; in inet6_ifaddr_msgsize()
4604 return nla_total_size(4) /* IFLA_INET6_FLAGS */ in inet6_ifla6_size()
4605 + nla_total_size(sizeof(struct ifla_cacheinfo)) in inet6_ifla6_size()
4606 + nla_total_size(DEVCONF_MAX * 4) /* IFLA_INET6_CONF */ in inet6_ifla6_size()
4607 + nla_total_size(IPSTATS_MIB_MAX * 8) /* IFLA_INET6_STATS */ in inet6_ifla6_size()
4608 + nla_total_size(ICMP6_MIB_MAX * 8) /* IFLA_INET6_ICMP6STATS */ in inet6_ifla6_size()
4609 + nla_total_size(sizeof(struct in6_addr)); /* IFLA_INET6_TOKEN */ in inet6_ifla6_size()
4615 + nla_total_size(IFNAMSIZ) /* IFLA_IFNAME */ in inet6_if_nlmsg_size()
4616 + nla_total_size(MAX_ADDR_LEN) /* IFLA_ADDRESS */ in inet6_if_nlmsg_size()
4617 + nla_total_size(4) /* IFLA_MTU */ in inet6_if_nlmsg_size()
4618 + nla_total_size(4) /* IFLA_LINK */ in inet6_if_nlmsg_size()
4619 + nla_total_size(inet6_ifla6_size()); /* IFLA_PROTINFO */ in inet6_if_nlmsg_size()
4959 + nla_total_size(sizeof(struct in6_addr)) in inet6_prefix_nlmsg_size()
4960 + nla_total_size(sizeof(struct prefix_cacheinfo)); in inet6_prefix_nlmsg_size()