Searched refs:nla_b (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_cipso_v4.c | 127 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_ in netlbl_cipsov4_add_std() 456 struct nlattr *nla_b; netlbl_cipsov4_list() local [all...] |
H A D | netlabel_mgmt.c | 286 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()
|
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_cipso_v4.c | 127 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_ in netlbl_cipsov4_add_std() 456 struct nlattr *nla_b; netlbl_cipsov4_list() local [all...] |
H A D | netlabel_mgmt.c | 286 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()
|
Completed in 3 milliseconds