Home
last modified time | relevance | path

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

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