Searched refs:skip_bkt (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_domainhash.h101 int netlbl_domhsh_walk(u32 *skip_bkt,
H A Dnetlabel_domainhash.c679 * @skip_bkt: the number of buckets to skip at the start
685 * Interate over the domain mapping hash table, skipping the first @skip_bkt
688 * table and return. Updates the values in @skip_bkt and @skip_chain on
692 int netlbl_domhsh_walk(u32 *skip_bkt, argument
704 for (iter_bkt = *skip_bkt;
722 *skip_bkt = iter_bkt;
H A Dnetlabel_mgmt.c484 u32 skip_bkt = cb->args[0]; local
491 netlbl_domhsh_walk(&skip_bkt,
496 cb->args[0] = skip_bkt;
H A Dnetlabel_cipso_v4.c719 u32 skip_bkt = 0; local
728 ret_val = netlbl_domhsh_walk(&skip_bkt, &skip_chain,
H A Dnetlabel_unlabeled.c1230 u32 skip_bkt = cb->args[0]; local
1248 for (iter_bkt = skip_bkt;
1293 cb->args[0] = skip_bkt;

Completed in 118 milliseconds