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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c1940 p->base_reachable_time = nla_get_msecs(tbp[i]);
1943 p->gc_staletime = nla_get_msecs(tbp[i]);
1946 p->delay_probe_time = nla_get_msecs(tbp[i]);
1949 p->retrans_time = nla_get_msecs(tbp[i]);
1952 p->anycast_delay = nla_get_msecs(tbp[i]);
1955 p->proxy_delay = nla_get_msecs(tbp[i]);
1958 p->locktime = nla_get_msecs(tbp[i]);
1974 tbl->gc_interval = nla_get_msecs(tb[NDTA_GC_INTERVAL]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetlink.h139 * nla_get_msecs(nla) get payload for a msecs attribute
931 * nla_get_msecs - return payload of msecs attribute
936 static inline unsigned long nla_get_msecs(const struct nlattr *nla) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_netlink.c448 cfg.reorder_timeout = nla_get_msecs(info->attrs[L2TP_ATTR_RECV_TIMEOUT]);
540 session->reorder_timeout = nla_get_msecs(info->attrs[L2TP_ATTR_RECV_TIMEOUT]);

Completed in 63 milliseconds