Home
last modified time | relevance | path

Searched refs:bops (Results 1 – 1 of 1) sorted by relevance

/net/netfilter/
Dnf_tables_api.c3894 const struct nft_set_ops *ops, *bops; in nft_select_set_ops() local
3906 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()