Home
last modified time | relevance | path

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

/Linux-v6.1/net/netlabel/
Dnetlabel_cipso_v4.c127 struct nlattr *nla_b; in netlbl_cipsov4_add_std() local
166 nla_for_each_nested(nla_b, nla_a, nla_b_rem) in netlbl_cipsov4_add_std()
167 switch (nla_type(nla_b)) { in netlbl_cipsov4_add_std()
169 if (nla_get_u32(nla_b) > in netlbl_cipsov4_add_std()
172 if (nla_get_u32(nla_b) >= in netlbl_cipsov4_add_std()
175 nla_get_u32(nla_b) + 1; in netlbl_cipsov4_add_std()
178 if (nla_get_u32(nla_b) > in netlbl_cipsov4_add_std()
181 if (nla_get_u32(nla_b) >= in netlbl_cipsov4_add_std()
184 nla_get_u32(nla_b) + 1; in netlbl_cipsov4_add_std()
241 nla_for_each_nested(nla_b, nla_a, nla_b_rem) in netlbl_cipsov4_add_std()
[all …]
Dnetlabel_mgmt.c286 struct nlattr *nla_b; in netlbl_mgmt_listentry() local
313 nla_b = nla_nest_start_noflag(skb, in netlbl_mgmt_listentry()
315 if (nla_b == NULL) in netlbl_mgmt_listentry()
342 nla_nest_end(skb, nla_b); in netlbl_mgmt_listentry()
348 nla_b = nla_nest_start_noflag(skb, in netlbl_mgmt_listentry()
350 if (nla_b == NULL) in netlbl_mgmt_listentry()
376 nla_nest_end(skb, nla_b); in netlbl_mgmt_listentry()