Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_table.c289 size_t nhsize = nla_total_size(sizeof(struct rtnexthop)); in dn_fib_nlmsg_size() local
292 nhsize += nla_total_size(4); in dn_fib_nlmsg_size()
295 payload += nla_total_size(fi->fib_nhs * nhsize); in dn_fib_nlmsg_size()
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c2257 size_t nhsize = 0; in lfib_nlmsg_size() local
2262 nhsize += nla_total_size(sizeof(struct rtnexthop)); in lfib_nlmsg_size()
2265 nhsize += nla_total_size(2 + nh->nh_via_alen); in lfib_nlmsg_size()
2267 nhsize += nla_total_size(nh->nh_labels * 4); in lfib_nlmsg_size()
2270 payload += nla_total_size(nhsize); in lfib_nlmsg_size()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_semantics.c484 size_t nhsize = nla_total_size(sizeof(struct rtnexthop)); in fib_nlmsg_size() local
488 nhsize += 2 * nla_total_size(4); in fib_nlmsg_size()
504 payload += nla_total_size((nhs * nhsize) + nh_encapsize); in fib_nlmsg_size()