Searched refs:nla_a (Results 1 – 2 of 2) sorted by relevance
/net/netlabel/ |
D | netlabel_cipso_v4.c | 146 struct nlattr *nla_a; in netlbl_cipsov4_add_std() local 176 nla_for_each_nested(nla_a, in netlbl_cipsov4_add_std() 179 if (nla_type(nla_a) == NLBL_CIPSOV4_A_MLSLVL) { in netlbl_cipsov4_add_std() 180 if (nla_validate_nested(nla_a, in netlbl_cipsov4_add_std() 184 nla_for_each_nested(nla_b, nla_a, nla_b_rem) in netlbl_cipsov4_add_std() 224 nla_for_each_nested(nla_a, in netlbl_cipsov4_add_std() 227 if (nla_type(nla_a) == NLBL_CIPSOV4_A_MLSLVL) { in netlbl_cipsov4_add_std() 231 lvl_loc = nla_find_nested(nla_a, in netlbl_cipsov4_add_std() 233 lvl_rem = nla_find_nested(nla_a, in netlbl_cipsov4_add_std() 249 nla_for_each_nested(nla_a, in netlbl_cipsov4_add_std() [all …]
|
D | netlabel_mgmt.c | 269 struct nlattr *nla_a; in netlbl_mgmt_listentry() local 285 nla_a = nla_nest_start(skb, NLBL_MGMT_A_SELECTORLIST); in netlbl_mgmt_listentry() 286 if (nla_a == NULL) in netlbl_mgmt_listentry() 353 nla_nest_end(skb, nla_a); in netlbl_mgmt_listentry()
|