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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_cipso_v4.c246 lvl_loc = nla_find_nested(nla_a,
248 lvl_rem = nla_find_nested(nla_a,
321 cat_loc = nla_find_nested(nla_a,
323 cat_rem = nla_find_nested(nla_a,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h152 * nla_find_nested() find attribute in nested attributes
676 * nla_find_nested - find attribute in a set of nested attributes
682 static inline struct nlattr *nla_find_nested(struct nlattr *nla, int attrtype) function

Completed in 50 milliseconds