Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/
A Dconntrack.c270 ip_proto = match1.key->ip_proto; in nfp_ct_merge_check()
288 memcpy(buf, match1.key, sizeof(*match1.key)); in nfp_ct_merge_check()
291 sizeof(*match1.key), in nfp_ct_merge_check()
310 memcpy(buf, match1.key, sizeof(*match1.key)); in nfp_ct_merge_check()
313 sizeof(*match1.key), in nfp_ct_merge_check()
338 memcpy(buf, match1.key, sizeof(*match1.key)); in nfp_ct_merge_check()
340 sizeof(*match1.key), htype); in nfp_ct_merge_check()
353 memcpy(buf, match1.key, sizeof(*match1.key)); in nfp_ct_merge_check()
355 sizeof(*match1.key), in nfp_ct_merge_check()
394 struct flow_match_ip match1, match2; in nfp_ct_merge_check() local
[all …]
/linux-6.3-rc2/scripts/coccinelle/api/
A Dplatform_no_drv_owner.cocci12 @match1@
26 @fix1 depends on match1 && patch && !context && !org && !report@
27 identifier match1.__driver;
35 @fix1_i2c depends on match1 && patch && !context && !org && !report@
36 identifier match1.__driver;
77 @fix1_context depends on match1 && !patch && (context || org || report)@
78 identifier match1.__driver;
88 @fix1_i2c_context depends on match1 && !patch && (context || org || report)@
89 identifier match1.__driver;
/linux-6.3-rc2/include/uapi/linux/
A Dserial.h87 unsigned char mask1, match1; member
/linux-6.3-rc2/kernel/sched/
A Dtopology.c2673 goto match1; in partition_sched_domains_locked()
2678 match1: in partition_sched_domains_locked()
/linux-6.3-rc2/net/tipc/
A Dlink.c1762 int match1, match2; in tipc_link_build_nack_msg() local
1765 match1 = def_cnt & 0xf; in tipc_link_build_nack_msg()
1767 if (match1 == match2) in tipc_link_build_nack_msg()
/linux-6.3-rc2/arch/x86/events/intel/
A Duncore_snbep.c540 DEFINE_UNCORE_FORMAT_ATTR(match1, match1, "config1:32-63");
/linux-6.3-rc2/Documentation/trace/
A Dftrace.rst2822 ``<match1>*<match2>``
2823 will match functions that begin with <match1> and end with <match2>

Completed in 56 milliseconds