Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/subcmd/
Dhelp.c41 int cmdname_compare(const void *a_, const void *b_) in cmdname_compare() argument
44 struct cmdname *b = *(struct cmdname **)b_; in cmdname_compare()
/Linux-v6.6/net/openvswitch/
Dflow_table.c983 const u8 *b_ = (const u8 *)&b->key + b->range.start; in mask_equal() local
987 && (memcmp(a_, b_, range_n_bytes(&a->range)) == 0); in mask_equal()
/Linux-v6.6/net/netfilter/
Dnft_set_pipapo_avx2.c1163 (ret = nft_pipapo_avx2_lookup_##b##b_##n(res, fill, f, \ in nft_pipapo_avx2_lookup()