Searched refs:nhsize (Results 1 - 2 of 2) sorted by relevance

/net/decnet/
H A Ddn_table.c285 size_t nhsize = nla_total_size(sizeof(struct rtnexthop)); local
288 nhsize += nla_total_size(4);
291 payload += nla_total_size(fi->fib_nhs * nhsize);
/net/ipv4/
H A Dfib_semantics.c369 size_t nhsize = nla_total_size(sizeof(struct rtnexthop)); local
372 nhsize += 2 * nla_total_size(4);
375 payload += nla_total_size(fi->fib_nhs * nhsize);

Completed in 82 milliseconds