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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetlink.h148 * nla_ok(nla, remaining) does nla fit into remaining bytes?
662 * nla_ok - check if the netlink attribute fits into the remaining bytes
666 static inline int nla_ok(const struct nlattr *nla, int remaining) function
1016 nla_ok(pos, rem); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dematch.c338 for (idx = 0; nla_ok(rt_match, list_len); idx++) {

Completed in 54 milliseconds