Searched refs:nla_ok (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.h147 * nla_ok(nla, remaining) does nla fit into remaining bytes?
648 * nla_ok - check if the netlink attribute fits into the remaining bytes
652 static inline int nla_ok(const struct nlattr *nla, int remaining) function
973 nla_ok(pos, rem); \

Completed in 14 milliseconds