Searched refs:match1 (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c262 struct flow_match_control match1, match2; local
264 flow_rule_match_control(entry1->rule, &match1);
266 COMPARE_UNMASKED_FIELDS(match1, match2, &out);
272 struct flow_match_basic match1, match2; local
274 flow_rule_match_basic(entry1->rule, &match1);
280 is_v6 = match1.key->n_proto == htons(ETH_P_IPV6);
282 ip_proto = match1.key->ip_proto;
284 COMPARE_UNMASKED_FIELDS(match1, match2, &out);
295 struct flow_match_ipv4_addrs match1, match2; local
297 flow_rule_match_ipv4_addrs(entry1->rule, &match1);
317 struct flow_match_ipv6_addrs match1, match2; local
340 struct flow_match_ports match1, match2; local
360 struct flow_match_eth_addrs match1, match2; local
376 struct flow_match_vlan match1, match2; local
386 struct flow_match_mpls match1, match2; local
396 struct flow_match_tcp match1, match2; local
406 struct flow_match_ip match1, match2; local
418 struct flow_match_enc_keyid match1, match2; local
428 struct flow_match_ipv4_addrs match1, match2; local
438 struct flow_match_ipv6_addrs match1, match2; local
448 struct flow_match_control match1, match2; local
458 struct flow_match_ip match1, match2; local
468 struct flow_match_enc_opts match1, match2; local
[all...]
/linux-master/include/uapi/linux/
H A Dserial.h88 unsigned char mask1, match1; member in struct:serial_multiport_struct
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-async.c211 static bool v4l2_async_match_equal(struct v4l2_async_match_desc *match1, argument
214 if (match1->type != match2->type)
217 switch (match1->type) {
219 return match1->i2c.adapter_id == match2->i2c.adapter_id &&
220 match1->i2c.address == match2->i2c.address;
222 return match1->fwnode == match2->fwnode;
/linux-master/net/tipc/
H A Dlink.c1747 int match1, match2; local
1750 match1 = def_cnt & 0xf;
1752 if (match1 == match2)
/linux-master/kernel/sched/
H A Dtopology.c2727 goto match1;
2732 match1:
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c540 DEFINE_UNCORE_FORMAT_ATTR(match1, match1, "config1:32-63");

Completed in 183 milliseconds