Searched refs:match1 (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | conntrack.c | 262 struct flow_match_control match1, match2; in nfp_ct_merge_check() local 264 flow_rule_match_control(entry1->rule, &match1); in nfp_ct_merge_check() 266 COMPARE_UNMASKED_FIELDS(match1, match2, &out); in nfp_ct_merge_check() 272 struct flow_match_basic match1, match2; in nfp_ct_merge_check() local 274 flow_rule_match_basic(entry1->rule, &match1); in nfp_ct_merge_check() 280 is_v6 = match1.key->n_proto == htons(ETH_P_IPV6); in nfp_ct_merge_check() 282 ip_proto = match1.key->ip_proto; in nfp_ct_merge_check() 284 COMPARE_UNMASKED_FIELDS(match1, match2, &out); in nfp_ct_merge_check() 295 struct flow_match_ipv4_addrs match1, match2; in nfp_ct_merge_check() local 297 flow_rule_match_ipv4_addrs(entry1->rule, &match1); in nfp_ct_merge_check() [all …]
|
/linux/scripts/coccinelle/api/ |
H A D | platform_no_drv_owner.cocci | 12 @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/drivers/media/v4l2-core/ |
H A D | v4l2-async.c | 211 static bool v4l2_async_match_equal(struct v4l2_async_match_desc *match1, in v4l2_async_match_equal() argument 214 if (match1->type != match2->type) in v4l2_async_match_equal() 217 switch (match1->type) { in v4l2_async_match_equal() 219 return match1->i2c.adapter_id == match2->i2c.adapter_id && in v4l2_async_match_equal() 220 match1->i2c.address == match2->i2c.address; in v4l2_async_match_equal() 222 return match1->fwnode == match2->fwnode; in v4l2_async_match_equal()
|
/linux/include/uapi/linux/ |
H A D | serial.h | 88 unsigned char mask1, match1; member
|
/linux/net/tipc/ |
H A D | link.c | 1740 int match1, match2; in tipc_link_build_nack_msg() local 1743 match1 = def_cnt & 0xf; in tipc_link_build_nack_msg() 1745 if (match1 == match2) in tipc_link_build_nack_msg()
|
/linux/kernel/sched/ |
H A D | topology.c | 2730 goto match1; in partition_sched_domains_locked() 2735 match1: in partition_sched_domains_locked()
|
/linux/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 543 DEFINE_UNCORE_FORMAT_ATTR(match1, match1, "config1:32-63");
|
/linux/Documentation/trace/ |
H A D | ftrace.rst | 3033 ``<match1>*<match2>`` 3034 will match functions that begin with <match1> and end with <match2>
|