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

/linux-master/net/netlink/
H A Dpolicy.c163 case NLA_NESTED_ARRAY:
221 case NLA_NESTED_ARRAY:
277 case NLA_NESTED_ARRAY:
278 if (pt->type == NLA_NESTED_ARRAY)
/linux-master/lib/
H A Dnlattr.c424 if ((pt->type == NLA_NESTED || pt->type == NLA_NESTED_ARRAY) &&
430 if (pt->type != NLA_NESTED && pt->type != NLA_NESTED_ARRAY &&
525 case NLA_NESTED_ARRAY:
/linux-master/include/net/
H A Dnetlink.h182 NLA_NESTED_ARRAY, enumerator in enum:__anon459
237 * NLA_NESTED_ARRAY Length verification is done by checking len of
265 * NLA_NESTED_ARRAY `nested_policy' points to a nested policy to validate,
384 { .type = NLA_NESTED_ARRAY, .nested_policy = policy, .len = maxattr }
418 tp != NLA_NESTED_ARRAY) + tp)

Completed in 177 milliseconds