Searched refs:nla_validate_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.c126 if (nla_validate_nested(info->attrs[NLBL_CIPSOV4_A_TAGLST],
171 if (nla_validate_nested(info->attrs[NLBL_CIPSOV4_A_MLSLVLLST],
195 if (nla_validate_nested(nla_a,
259 if (nla_validate_nested(info->attrs[NLBL_CIPSOV4_A_MLSCATLST],
268 if (nla_validate_nested(nla_a,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h150 * nla_validate_nested() validate a stream of nested attributes
947 * nla_validate_nested - Validate a stream of nested attributes
958 static inline int nla_validate_nested(struct nlattr *start, int maxtype, function

Completed in 21 milliseconds