Searched refs:match2 (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c262 struct flow_match_control match1, match2; local
265 flow_rule_match_control(entry2->rule, &match2);
266 COMPARE_UNMASKED_FIELDS(match1, match2, &out);
272 struct flow_match_basic match1, match2; local
275 flow_rule_match_basic(entry2->rule, &match2);
284 COMPARE_UNMASKED_FIELDS(match1, match2, &out);
295 struct flow_match_ipv4_addrs match1, match2; local
298 flow_rule_match_ipv4_addrs(entry2->rule, &match2);
306 COMPARE_UNMASKED_FIELDS(match1, match2, &out);
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.h90 unsigned char mask2, match2; member in struct:serial_multiport_struct
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-async.c212 struct v4l2_async_match_desc *match2)
214 if (match1->type != match2->type)
219 return match1->i2c.adapter_id == match2->i2c.adapter_id &&
220 match1->i2c.address == match2->i2c.address;
222 return match1->fwnode == match2->fwnode;
211 v4l2_async_match_equal(struct v4l2_async_match_desc *match1, struct v4l2_async_match_desc *match2) argument
/linux-master/net/tipc/
H A Dlink.c1747 int match1, match2; local
1751 match2 = tipc_own_addr(l->net) & 0xf;
1752 if (match1 == match2)
/linux-master/kernel/sched/
H A Dtopology.c2749 goto match2;
2753 match2:

Completed in 167 milliseconds