Home
last modified time | relevance | path

Searched refs:nla_a (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/net/netlabel/
Dnetlabel_cipso_v4.c126 struct nlattr *nla_a; in netlbl_cipsov4_add_std() local
157 nla_for_each_nested(nla_a, in netlbl_cipsov4_add_std()
160 if (nla_type(nla_a) == NLBL_CIPSOV4_A_MLSLVL) { in netlbl_cipsov4_add_std()
161 if (nla_validate_nested_deprecated(nla_a, in netlbl_cipsov4_add_std()
166 nla_for_each_nested(nla_b, nla_a, nla_b_rem) in netlbl_cipsov4_add_std()
206 nla_for_each_nested(nla_a, in netlbl_cipsov4_add_std()
209 if (nla_type(nla_a) == NLBL_CIPSOV4_A_MLSLVL) { in netlbl_cipsov4_add_std()
213 lvl_loc = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
215 lvl_rem = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
232 nla_for_each_nested(nla_a, in netlbl_cipsov4_add_std()
[all …]
Dnetlabel_mgmt.c285 struct nlattr *nla_a; in netlbl_mgmt_listentry() local
305 nla_a = nla_nest_start_noflag(skb, NLBL_MGMT_A_SELECTORLIST); in netlbl_mgmt_listentry()
306 if (nla_a == NULL) in netlbl_mgmt_listentry()
380 nla_nest_end(skb, nla_a); in netlbl_mgmt_listentry()