Searched refs:skip_chain (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.h102 u32 *skip_chain,
H A Dnetlabel_domainhash.c680 * @skip_chain: the number of entries to skip in the first iterated bucket
686 * buckets and @skip_chain entries. For each entry in the table call
688 * table and return. Updates the values in @skip_bkt and @skip_chain on
693 u32 *skip_chain,
710 if (chain_cnt++ < *skip_chain)
723 *skip_chain = chain_cnt;
692 netlbl_domhsh_walk(u32 *skip_bkt, u32 *skip_chain, int (*callback) (struct netlbl_dom_map *entry, void *arg), void *cb_arg) argument
H A Dnetlabel_mgmt.c485 u32 skip_chain = cb->args[1]; local
492 &skip_chain,
497 cb->args[1] = skip_chain;
H A Dnetlabel_cipso_v4.c720 u32 skip_chain = 0; local
728 ret_val = netlbl_domhsh_walk(&skip_bkt, &skip_chain,
H A Dnetlabel_unlabeled.c1231 u32 skip_chain = cb->args[1]; local
1254 iter_chain++ < skip_chain)
1294 cb->args[1] = skip_chain;

Completed in 107 milliseconds