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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltable.h28 LUAI_FUNC void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize);
H A Dltable.c304 void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize) { argument
312 setnodevector(L, t, nhsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_table.c282 size_t nhsize = nla_total_size(sizeof(struct rtnexthop)); local
285 nhsize += nla_total_size(4);
288 payload += nla_total_size(fi->fib_nhs * nhsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_semantics.c293 size_t nhsize = nla_total_size(sizeof(struct rtnexthop)); local
296 nhsize += 2 * nla_total_size(4);
299 payload += nla_total_size(fi->fib_nhs * nhsize);

Completed in 101 milliseconds