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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c1867 p->base_reachable_time = nla_get_msecs(tbp[i]);
1870 p->gc_staletime = nla_get_msecs(tbp[i]);
1873 p->delay_probe_time = nla_get_msecs(tbp[i]);
1876 p->retrans_time = nla_get_msecs(tbp[i]);
1879 p->anycast_delay = nla_get_msecs(tbp[i]);
1882 p->proxy_delay = nla_get_msecs(tbp[i]);
1885 p->locktime = nla_get_msecs(tbp[i]);
1901 tbl->gc_interval = nla_get_msecs(tb[NDTA_GC_INTERVAL]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h138 * nla_get_msecs(nla) get payload for a msecs attribute
888 * nla_get_msecs - return payload of msecs attribute
893 static inline unsigned long nla_get_msecs(struct nlattr *nla) function

Completed in 59 milliseconds