Searched refs:skip_bkt (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_domainhash.h | 101 int netlbl_domhsh_walk(u32 *skip_bkt,
|
H A D | netlabel_domainhash.c | 926 * @skip_bkt: the number of buckets to skip at the start 932 * Interate over the domain mapping hash table, skipping the first @skip_bkt 935 * table and return. Updates the values in @skip_bkt and @skip_chain on 939 int netlbl_domhsh_walk(u32 *skip_bkt, in netlbl_domhsh_walk() argument 951 for (iter_bkt = *skip_bkt; in netlbl_domhsh_walk() 969 *skip_bkt = iter_bkt; in netlbl_domhsh_walk()
|
H A D | netlabel_mgmt.c | 519 u32 skip_bkt = cb->args[0]; in netlbl_mgmt_listall() local 526 netlbl_domhsh_walk(&skip_bkt, in netlbl_mgmt_listall() 531 cb->args[0] = skip_bkt; in netlbl_mgmt_listall()
|
H A D | netlabel_calipso.c | 309 u32 skip_bkt = 0; in netlbl_calipso_remove() local 318 ret_val = netlbl_domhsh_walk(&skip_bkt, &skip_chain, in netlbl_calipso_remove()
|
H A D | netlabel_cipso_v4.c | 706 u32 skip_bkt = 0; in netlbl_cipsov4_remove() local 715 ret_val = netlbl_domhsh_walk(&skip_bkt, &skip_chain, in netlbl_cipsov4_remove()
|
H A D | netlabel_unlabeled.c | 1167 u32 skip_bkt = cb->args[0]; in netlbl_unlabel_staticlist() local 1184 for (iter_bkt = skip_bkt; in netlbl_unlabel_staticlist()
|
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_domainhash.h | 101 int netlbl_domhsh_walk(u32 *skip_bkt,
|
H A D | netlabel_domainhash.c | 926 * @skip_bkt: the number of buckets to skip at the start 932 * Iterate over the domain mapping hash table, skipping the first @skip_bkt 935 * table and return. Updates the values in @skip_bkt and @skip_chain on 939 int netlbl_domhsh_walk(u32 *skip_bkt, in netlbl_domhsh_walk() argument 951 for (iter_bkt = *skip_bkt; in netlbl_domhsh_walk() 969 *skip_bkt = iter_bkt; in netlbl_domhsh_walk()
|
H A D | netlabel_mgmt.c | 519 u32 skip_bkt = cb->args[0]; in netlbl_mgmt_listall() local 526 netlbl_domhsh_walk(&skip_bkt, in netlbl_mgmt_listall() 531 cb->args[0] = skip_bkt; in netlbl_mgmt_listall()
|
H A D | netlabel_calipso.c | 309 u32 skip_bkt = 0; in netlbl_calipso_remove() local 318 ret_val = netlbl_domhsh_walk(&skip_bkt, &skip_chain, in netlbl_calipso_remove()
|
H A D | netlabel_cipso_v4.c | 706 u32 skip_bkt = 0; in netlbl_cipsov4_remove() local 715 ret_val = netlbl_domhsh_walk(&skip_bkt, &skip_chain, in netlbl_cipsov4_remove()
|
H A D | netlabel_unlabeled.c | 1165 u32 skip_bkt = cb->args[0]; in netlbl_unlabel_staticlist() local 1182 for (iter_bkt = skip_bkt; in netlbl_unlabel_staticlist()
|
Completed in 12 milliseconds