Home
last modified time | relevance | path

Searched refs:nhsize (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/mpls/
Daf_mpls.c1347 size_t nhsize = 0; in lfib_nlmsg_size() local
1350 nhsize += nla_total_size(sizeof(struct rtnexthop)); in lfib_nlmsg_size()
1353 nhsize += nla_total_size(2 + nh->nh_via_alen); in lfib_nlmsg_size()
1355 nhsize += nla_total_size(nh->nh_labels * 4); in lfib_nlmsg_size()
1358 payload += nla_total_size(nhsize); in lfib_nlmsg_size()
/linux-4.4.14/net/decnet/
Ddn_table.c287 size_t nhsize = nla_total_size(sizeof(struct rtnexthop)); in dn_fib_nlmsg_size() local
290 nhsize += nla_total_size(4); in dn_fib_nlmsg_size()
293 payload += nla_total_size(fi->fib_nhs * nhsize); in dn_fib_nlmsg_size()
/linux-4.4.14/net/ipv4/
Dfib_semantics.c375 size_t nhsize = nla_total_size(sizeof(struct rtnexthop)); in fib_nlmsg_size() local
378 nhsize += 2 * nla_total_size(4); in fib_nlmsg_size()
392 payload += nla_total_size((fi->fib_nhs * nhsize) + in fib_nlmsg_size()