Lines Matching refs:nla_total_size
473 + nla_total_size(4); /* NETCONFA_IFINDEX */ in inet6_netconf_msgsize_devconf()
477 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
480 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
483 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
486 size += nla_total_size(4); in inet6_netconf_msgsize_devconf()
4293 + nla_total_size(16) /* IFA_LOCAL */ in inet6_ifaddr_msgsize()
4294 + nla_total_size(16) /* IFA_ADDRESS */ in inet6_ifaddr_msgsize()
4295 + nla_total_size(sizeof(struct ifa_cacheinfo)) in inet6_ifaddr_msgsize()
4296 + nla_total_size(4) /* IFA_FLAGS */; in inet6_ifaddr_msgsize()
4689 return nla_total_size(4) /* IFLA_INET6_FLAGS */ in inet6_ifla6_size()
4690 + nla_total_size(sizeof(struct ifla_cacheinfo)) in inet6_ifla6_size()
4691 + nla_total_size(DEVCONF_MAX * 4) /* IFLA_INET6_CONF */ in inet6_ifla6_size()
4692 + nla_total_size(IPSTATS_MIB_MAX * 8) /* IFLA_INET6_STATS */ in inet6_ifla6_size()
4693 + nla_total_size(ICMP6_MIB_MAX * 8) /* IFLA_INET6_ICMP6STATS */ in inet6_ifla6_size()
4694 + nla_total_size(sizeof(struct in6_addr)); /* IFLA_INET6_TOKEN */ in inet6_ifla6_size()
4700 + nla_total_size(IFNAMSIZ) /* IFLA_IFNAME */ in inet6_if_nlmsg_size()
4701 + nla_total_size(MAX_ADDR_LEN) /* IFLA_ADDRESS */ in inet6_if_nlmsg_size()
4702 + nla_total_size(4) /* IFLA_MTU */ in inet6_if_nlmsg_size()
4703 + nla_total_size(4) /* IFLA_LINK */ in inet6_if_nlmsg_size()
4704 + nla_total_size(1) /* IFLA_OPERSTATE */ in inet6_if_nlmsg_size()
4705 + nla_total_size(inet6_ifla6_size()); /* IFLA_PROTINFO */ in inet6_if_nlmsg_size()
5059 + nla_total_size(sizeof(struct in6_addr)) in inet6_prefix_nlmsg_size()
5060 + nla_total_size(sizeof(struct prefix_cacheinfo)); in inet6_prefix_nlmsg_size()