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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h136 * nla_get_u64(nla) get payload for a u64 attribute
866 * nla_get_u64 - return payload of u64 attribute
869 static inline u64 nla_get_u64(struct nlattr *nla) function
895 u64 msecs = nla_get_u64(nla);

Completed in 46 milliseconds