Searched refs:NLBL_CIPSOV4_A_TAGLST (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.h46 * NLBL_CIPSOV4_A_TAGLST
77 * NLBL_CIPSOV4_A_TAGLST
122 * a CIPSO tag type, meant to be used within a NLBL_CIPSOV4_A_TAGLST
124 NLBL_CIPSOV4_A_TAGLST, enumerator in enum:__anon10913
H A Dnetlabel_cipso_v4.c66 [NLBL_CIPSOV4_A_TAGLST] = { .type = NLA_NESTED },
126 if (nla_validate_nested(info->attrs[NLBL_CIPSOV4_A_TAGLST],
131 nla_for_each_nested(nla, info->attrs[NLBL_CIPSOV4_A_TAGLST], nla_rem)
167 if (!info->attrs[NLBL_CIPSOV4_A_TAGLST] ||
362 if (!info->attrs[NLBL_CIPSOV4_A_TAGLST])
497 nla_a = nla_nest_start(ans_skb, NLBL_CIPSOV4_A_TAGLST);

Completed in 51 milliseconds