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

/linux-master/net/core/
H A Dneighbour.c2418 nla_get_msecs(tbp[i]));
2428 nla_get_msecs(tbp[i]));
2432 nla_get_msecs(tbp[i]));
2437 nla_get_msecs(tbp[i]));
2441 nla_get_msecs(tbp[i]));
2445 nla_get_msecs(tbp[i]));
2449 nla_get_msecs(tbp[i]));
2453 nla_get_msecs(tbp[i]));
2475 WRITE_ONCE(tbl->gc_interval, nla_get_msecs(tb[NDTA_GC_INTERVAL]));
/linux-master/net/l2tp/
H A Dl2tp_netlink.c618 cfg.reorder_timeout = nla_get_msecs(info->attrs[L2TP_ATTR_RECV_TIMEOUT]);
701 session->reorder_timeout = nla_get_msecs(info->attrs[L2TP_ATTR_RECV_TIMEOUT]);
/linux-master/include/net/
H A Dnetlink.h143 * nla_get_msecs(nla) get payload for a msecs attribute
1858 * nla_get_msecs - return payload of msecs attribute
1863 static inline unsigned long nla_get_msecs(const struct nlattr *nla) function

Completed in 175 milliseconds