Searched refs:bops (Results 1 – 1 of 1) sorted by relevance
3894 const struct nft_set_ops *ops, *bops; in nft_select_set_ops() local3906 bops = NULL; in nft_select_set_ops()3935 } else if (est.size < best.size || !bops) { in nft_select_set_ops()3943 bops = ops; in nft_select_set_ops()3947 if (bops != NULL) in nft_select_set_ops()3948 return bops; in nft_select_set_ops()