Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/subcmd/
H A 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-6.15/net/openvswitch/
H A Dflow_table.c980 const u8 *b_ = (const u8 *)&b->key + b->range.start; in mask_equal() local
984 && (memcmp(a_, b_, range_n_bytes(&a->range)) == 0); in mask_equal()
/linux-6.15/net/netfilter/
H A Dnft_set_pipapo_avx2.c1183 (ret = nft_pipapo_avx2_lookup_##b##b_##n(res, fill, f, \ in nft_pipapo_avx2_lookup()