Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 1656) sorted by relevance

12345678910>>...67

/linux-6.6.21/tools/testing/selftests/net/
Dfib_rule_tests.sh168 local match="$1"
172 $IP -6 rule add $match table $RTABLE
176 fib_rule6_del_by_pref "$match"
182 local match="$1"
185 $IP -6 rule add $match table $RTABLE 2>/dev/null
187 log_test $rc 2 "rule6 check: $match"
190 $IP -6 rule del $match table $RTABLE
197 local match
203 match="oif $DEV"
204 fib_rule6_test_match_n_redirect "$match" "$match" "oif redirect to table"
[all …]
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c30 struct flow_match_vlan match; in nfp_flower_compile_tci() local
32 flow_rule_match_vlan(rule, &match); in nfp_flower_compile_tci()
36 match.key->vlan_priority) | in nfp_flower_compile_tci()
38 match.key->vlan_id); in nfp_flower_compile_tci()
42 match.mask->vlan_priority) | in nfp_flower_compile_tci()
44 match.mask->vlan_id); in nfp_flower_compile_tci()
100 struct flow_match_eth_addrs match; in nfp_flower_compile_mac() local
104 flow_rule_match_eth_addrs(rule, &match); in nfp_flower_compile_mac()
107 tmp = match.key->dst[i] & match.mask->dst[i]; in nfp_flower_compile_mac()
109 msk->mac_dst[i] |= match.mask->dst[i]; in nfp_flower_compile_mac()
[all …]
/linux-6.6.21/sound/soc/intel/common/
DMakefile4 snd-soc-acpi-intel-match-objs := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-match.o \
5 soc-acpi-intel-hsw-bdw-match.o \
6 soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \
7 soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \
8 soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match.o \
9 soc-acpi-intel-cml-match.o soc-acpi-intel-icl-match.o \
10 soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
11 soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \
12 soc-acpi-intel-rpl-match.o soc-acpi-intel-mtl-match.o \
13 soc-acpi-intel-lnl-match.o \
[all …]
/linux-6.6.21/drivers/base/
Dcomponent.c62 struct component_match *match; member
86 struct component_match *match = m->match; in component_devices_show() local
97 for (i = 0; i < match->num; i++) { in component_devices_show()
98 struct component *component = match->compare[i].component; in component_devices_show()
175 struct component_match *match = adev->match; in find_components() local
183 for (i = 0; i < match->num; i++) { in find_components()
184 struct component_match_array *mc = &match->compare[i]; in find_components()
189 if (match->compare[i].component) in find_components()
202 match->compare[i].duplicate = !!c->adev; in find_components()
203 match->compare[i].component = c; in find_components()
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c297 const struct flow_match_meta *match, in mlxsw_sp_flower_parse_meta_iif() argument
303 if (!match->mask->ingress_ifindex) in mlxsw_sp_flower_parse_meta_iif()
306 if (match->mask->ingress_ifindex != 0xFFFFFFFF) { in mlxsw_sp_flower_parse_meta_iif()
312 match->key->ingress_ifindex); in mlxsw_sp_flower_parse_meta_iif()
342 struct flow_match_meta match; in mlxsw_sp_flower_parse_meta() local
347 flow_rule_match_meta(rule, &match); in mlxsw_sp_flower_parse_meta()
350 match.key->l2_miss, match.mask->l2_miss); in mlxsw_sp_flower_parse_meta()
352 return mlxsw_sp_flower_parse_meta_iif(rulei, block, &match, in mlxsw_sp_flower_parse_meta()
359 struct flow_match_ipv4_addrs match; in mlxsw_sp_flower_parse_ipv4() local
361 flow_rule_match_ipv4_addrs(f->rule, &match); in mlxsw_sp_flower_parse_ipv4()
[all …]
Dspectrum_dpipe.c102 struct devlink_dpipe_match match = {0}; in mlxsw_sp_dpipe_table_erif_matches_dump() local
104 match.type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT; in mlxsw_sp_dpipe_table_erif_matches_dump()
105 match.header = &mlxsw_sp_dpipe_header_metadata; in mlxsw_sp_dpipe_table_erif_matches_dump()
106 match.field_id = MLXSW_SP_DPIPE_FIELD_METADATA_ERIF_PORT; in mlxsw_sp_dpipe_table_erif_matches_dump()
108 return devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_erif_matches_dump()
112 mlxsw_sp_erif_match_action_prepare(struct devlink_dpipe_match *match, in mlxsw_sp_erif_match_action_prepare() argument
119 match->type = DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT; in mlxsw_sp_erif_match_action_prepare()
120 match->header = &mlxsw_sp_dpipe_header_metadata; in mlxsw_sp_erif_match_action_prepare()
121 match->field_id = MLXSW_SP_DPIPE_FIELD_METADATA_ERIF_PORT; in mlxsw_sp_erif_match_action_prepare()
126 struct devlink_dpipe_match *match, in mlxsw_sp_erif_entry_prepare() argument
[all …]
/linux-6.6.21/drivers/net/ethernet/marvell/prestera/
Dprestera_flower.c144 struct prestera_acl_match *r_match = &rule->re_key.match; in prestera_flower_parse_meta()
147 struct flow_match_meta match; in prestera_flower_parse_meta() local
150 flow_rule_match_meta(f_rule, &match); in prestera_flower_parse_meta()
152 if (match.mask->l2_miss) { in prestera_flower_parse_meta()
157 if (match.mask->ingress_ifindex != 0xFFFFFFFF) { in prestera_flower_parse_meta()
164 match.key->ingress_ifindex); in prestera_flower_parse_meta()
196 struct flow_dissector *dissector = f_rule->match.dissector; in prestera_flower_parse()
197 struct prestera_acl_match *r_match = &rule->re_key.match; in prestera_flower_parse()
228 struct flow_match_control match; in prestera_flower_parse() local
230 flow_rule_match_control(f_rule, &match); in prestera_flower_parse()
[all …]
/linux-6.6.21/net/sched/
Dem_ipt.c22 const struct xt_match *match; member
53 mtpar.family = im->match->family; in check_match()
54 mtpar.match = im->match; in check_match()
131 struct xt_match *match; in em_ipt_change() local
153 match = get_xt_match(tb); in em_ipt_change()
154 if (IS_ERR(match)) { in em_ipt_change()
156 return PTR_ERR(match); in em_ipt_change()
166 im->match = match; in em_ipt_change()
181 module_put(match->me); in em_ipt_change()
192 if (im->match->destroy) { in em_ipt_destroy()
[all …]
/linux-6.6.21/drivers/regulator/
Ddevres.c289 struct regulator_bulk_devres *match = res; in devm_regulator_bulk_match() local
298 return match->consumers == target; in devm_regulator_bulk_match()
438 struct regulator_supply_alias_match *match = res; in devm_regulator_match_supply_alias() local
441 return match->dev == target->dev && strcmp(match->id, target->id) == 0; in devm_regulator_match_supply_alias()
446 struct regulator_supply_alias_match *match = res; in devm_regulator_destroy_supply_alias() local
448 regulator_unregister_supply_alias(match->dev, match->id); in devm_regulator_destroy_supply_alias()
468 struct regulator_supply_alias_match *match; in devm_regulator_register_supply_alias() local
471 match = devres_alloc(devm_regulator_destroy_supply_alias, in devm_regulator_register_supply_alias()
474 if (!match) in devm_regulator_register_supply_alias()
477 match->dev = dev; in devm_regulator_register_supply_alias()
[all …]
/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-async.c68 struct v4l2_async_match_desc *match) in match_i2c() argument
74 match->i2c.adapter_id == client->adapter->nr && in match_i2c()
75 match->i2c.address == client->addr; in match_i2c()
95 struct v4l2_async_match_desc *match) in match_fwnode_one() argument
102 sd_fwnode, match->fwnode); in match_fwnode_one()
104 if (sd_fwnode == match->fwnode) { in match_fwnode_one()
110 if (!fwnode_graph_is_endpoint(match->fwnode)) { in match_fwnode_one()
116 asd_dev_fwnode = fwnode_graph_get_port_parent(match->fwnode); in match_fwnode_one()
131 struct v4l2_async_match_desc *match) in match_fwnode() argument
142 match->fwnode); in match_fwnode()
[all …]
/linux-6.6.21/net/openvswitch/
Dflow_netlink.c94 static void update_range(struct sw_flow_match *match, in update_range() argument
102 range = &match->range; in update_range()
104 range = &match->mask->range; in update_range()
119 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ argument
121 update_range(match, offsetof(struct sw_flow_key, field), \
122 sizeof((match)->key->field), is_mask); \
124 (match)->mask->key.field = value; \
126 (match)->key->field = value; \
129 #define SW_FLOW_KEY_MEMCPY_OFFSET(match, offset, value_p, len, is_mask) \ argument
131 update_range(match, offset, len, is_mask); \
[all …]
/linux-6.6.21/drivers/net/ethernet/sfc/
Dtc.c230 match->value._field = fm.key->_tcfield; \
231 match->mask._field = fm.mask->_tcfield; \
240 struct efx_tc_match *match, in efx_tc_flower_parse_match() argument
243 struct flow_dissector *dissector = rule->match.dissector; in efx_tc_flower_parse_match()
269 match->value.ip_frag = fm.key->flags & FLOW_DIS_IS_FRAGMENT; in efx_tc_flower_parse_match()
270 match->mask.ip_frag = true; in efx_tc_flower_parse_match()
273 match->value.ip_firstfrag = fm.key->flags & FLOW_DIS_FIRST_FRAG; in efx_tc_flower_parse_match()
274 match->mask.ip_firstfrag = true; in efx_tc_flower_parse_match()
307 if (!IS_ALL_ONES(match->mask.eth_proto) || in efx_tc_flower_parse_match()
308 !(match->value.eth_proto == htons(ETH_P_IP) || in efx_tc_flower_parse_match()
[all …]
Dmae.c1574 const struct efx_tc_match *match) in efx_mae_populate_lhs_match_criteria() argument
1576 if (match->mask.ingress_port) { in efx_mae_populate_lhs_match_criteria()
1577 if (~match->mask.ingress_port) in efx_mae_populate_lhs_match_criteria()
1581 match->value.ingress_port); in efx_mae_populate_lhs_match_criteria()
1584 match->mask.ingress_port); in efx_mae_populate_lhs_match_criteria()
1586 match->value.eth_proto); in efx_mae_populate_lhs_match_criteria()
1588 match->mask.eth_proto); in efx_mae_populate_lhs_match_criteria()
1590 match->value.vlan_tci[0]); in efx_mae_populate_lhs_match_criteria()
1592 match->mask.vlan_tci[0]); in efx_mae_populate_lhs_match_criteria()
1594 match->value.vlan_proto[0]); in efx_mae_populate_lhs_match_criteria()
[all …]
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_tc_lib.c1072 ice_tc_set_pppoe(struct flow_match_pppoe *match, in ice_tc_set_pppoe() argument
1076 if (match->mask->session_id) { in ice_tc_set_pppoe()
1078 headers->pppoe_hdr.session_id = match->key->session_id; in ice_tc_set_pppoe()
1081 if (match->mask->ppp_proto) { in ice_tc_set_pppoe()
1083 headers->pppoe_hdr.ppp_proto = match->key->ppp_proto; in ice_tc_set_pppoe()
1086 return be16_to_cpu(match->key->type); in ice_tc_set_pppoe()
1097 ice_tc_set_ipv4(struct flow_match_ipv4_addrs *match, in ice_tc_set_ipv4() argument
1101 if (match->key->dst) { in ice_tc_set_ipv4()
1106 headers->l3_key.dst_ipv4 = match->key->dst; in ice_tc_set_ipv4()
1107 headers->l3_mask.dst_ipv4 = match->mask->dst; in ice_tc_set_ipv4()
[all …]
/linux-6.6.21/net/netfilter/
Dxt_ipvs.c58 bool match = true; in ipvs_mt() local
61 match = skb->ipvs_property ^ in ipvs_mt()
68 match = false; in ipvs_mt()
77 match = false; in ipvs_mt()
83 match = false; in ipvs_mt()
92 match = false; in ipvs_mt()
104 match = false; in ipvs_mt()
112 match = false; in ipvs_mt()
121 match = false; in ipvs_mt()
127 match = false; in ipvs_mt()
[all …]
Dxt_owner.c25 if (info->match & ~XT_OWNER_MASK) in owner_check()
31 if ((info->match & (XT_OWNER_UID|XT_OWNER_GID)) && in owner_check()
36 if (info->match & XT_OWNER_UID) { in owner_check()
48 if (info->match & XT_OWNER_GID) { in owner_check()
71 return (info->match ^ info->invert) == 0; in owner_mt()
72 else if (info->match & info->invert & XT_OWNER_SOCKET) in owner_mt()
83 return ((info->match ^ info->invert) & in owner_mt()
87 if (info->match & XT_OWNER_UID) { in owner_mt()
98 if (info->match & XT_OWNER_GID) { in owner_mt()
99 unsigned int i, match = false; in owner_mt() local
[all …]
Dnf_tables_offload.c24 flow->rule->match.dissector = &flow->match.dissector; in nft_flow_rule_alloc()
25 flow->rule->match.mask = &flow->match.mask; in nft_flow_rule_alloc()
26 flow->rule->match.key = &flow->match.key; in nft_flow_rule_alloc()
34 struct nft_flow_match *match = &flow->match; in nft_flow_rule_set_addr_type() local
35 struct nft_flow_key *mask = &match->mask; in nft_flow_rule_set_addr_type()
36 struct nft_flow_key *key = &match->key; in nft_flow_rule_set_addr_type()
38 if (match->dissector.used_keys & BIT_ULL(FLOW_DISSECTOR_KEY_CONTROL)) in nft_flow_rule_set_addr_type()
43 match->dissector.used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_CONTROL); in nft_flow_rule_set_addr_type()
44 match->dissector.offset[FLOW_DISSECTOR_KEY_CONTROL] = in nft_flow_rule_set_addr_type()
56 struct nft_flow_match *match = &flow->match; in nft_flow_rule_transfer_vlan() local
[all …]
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c169 struct flow_match_control match; in cxgb4_process_flow_match() local
171 flow_rule_match_control(rule, &match); in cxgb4_process_flow_match()
172 addr_type = match.key->addr_type; in cxgb4_process_flow_match()
180 struct flow_match_basic match; in cxgb4_process_flow_match() local
183 flow_rule_match_basic(rule, &match); in cxgb4_process_flow_match()
184 ethtype_key = ntohs(match.key->n_proto); in cxgb4_process_flow_match()
185 ethtype_mask = ntohs(match.mask->n_proto); in cxgb4_process_flow_match()
197 fs->val.proto = match.key->ip_proto; in cxgb4_process_flow_match()
198 fs->mask.proto = match.mask->ip_proto; in cxgb4_process_flow_match()
202 struct flow_match_ipv4_addrs match; in cxgb4_process_flow_match() local
[all …]
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c465 struct flow_match_vlan match; in otx2_tc_process_vlan() local
469 flow_rule_match_cvlan(rule, &match); in otx2_tc_process_vlan()
471 flow_rule_match_vlan(rule, &match); in otx2_tc_process_vlan()
473 if (!eth_type_vlan(match.key->vlan_tpid)) { in otx2_tc_process_vlan()
475 ntohs(match.key->vlan_tpid)); in otx2_tc_process_vlan()
479 if (!match.mask->vlan_id) { in otx2_tc_process_vlan()
487 ntohs(match.key->vlan_tpid), match.key->vlan_id); in otx2_tc_process_vlan()
493 if (match.mask->vlan_id || in otx2_tc_process_vlan()
494 match.mask->vlan_dei || in otx2_tc_process_vlan()
495 match.mask->vlan_priority) { in otx2_tc_process_vlan()
[all …]
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch-flower.c15 struct flow_dissector *dissector = rule->match.dissector; in dpaa2_switch_flower_parse_key()
33 acl_h = &acl_key->match; in dpaa2_switch_flower_parse_key()
37 struct flow_match_basic match; in dpaa2_switch_flower_parse_key() local
39 flow_rule_match_basic(rule, &match); in dpaa2_switch_flower_parse_key()
40 acl_h->l3_protocol = match.key->ip_proto; in dpaa2_switch_flower_parse_key()
41 acl_h->l2_ether_type = be16_to_cpu(match.key->n_proto); in dpaa2_switch_flower_parse_key()
42 acl_m->l3_protocol = match.mask->ip_proto; in dpaa2_switch_flower_parse_key()
43 acl_m->l2_ether_type = be16_to_cpu(match.mask->n_proto); in dpaa2_switch_flower_parse_key()
47 struct flow_match_eth_addrs match; in dpaa2_switch_flower_parse_key() local
49 flow_rule_match_eth_addrs(rule, &match); in dpaa2_switch_flower_parse_key()
[all …]
/linux-6.6.21/lib/lz4/
Dlz4_decompress.c123 const BYTE *match; in LZ4_decompress_generic() local
167 match = op - offset; in LZ4_decompress_generic()
168 assert(match <= op); /* check overflow */ in LZ4_decompress_generic()
173 (dict == withPrefix64k || match >= lowPrefix)) { in LZ4_decompress_generic()
175 LZ4_memcpy(op + 0, match + 0, 8); in LZ4_decompress_generic()
176 LZ4_memcpy(op + 8, match + 8, 8); in LZ4_decompress_generic()
177 LZ4_memcpy(op + 16, match + 16, 2); in LZ4_decompress_generic()
291 match = op - offset; in LZ4_decompress_generic()
297 if ((checkOffset) && (unlikely(match + dictSize < lowPrefix))) { in LZ4_decompress_generic()
337 if ((dict == usingExtDict) && (match < lowPrefix)) { in LZ4_decompress_generic()
[all …]
/linux-6.6.21/Documentation/sphinx/
Dautomarkup.py137 def markup_func_ref_sphinx3(docname, app, match): argument
142 base_target = match.group(2)
143 target_text = nodes.Text(match.group(0))
178 def markup_c_ref(docname, app, match): argument
202 base_target = match.group(2)
203 target_text = nodes.Text(match.group(0))
213 if not (match.re == RE_function and target in Skipfuncs):
214 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
217 reftype = reftype_str[match.re],
226 reftype_str[match.re], target, pxref,
[all …]
/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_flower.c529 struct flow_match_meta match; in ocelot_flower_parse_indev() local
532 flow_rule_match_meta(rule, &match); in ocelot_flower_parse_indev()
534 if (!match.mask->ingress_ifindex) in ocelot_flower_parse_indev()
537 if (match.mask->ingress_ifindex != 0xFFFFFFFF) { in ocelot_flower_parse_indev()
546 indev = __dev_get_by_index(dev_net(dev), match.key->ingress_ifindex); in ocelot_flower_parse_indev()
577 struct flow_dissector *dissector = rule->match.dissector; in ocelot_flower_parse_key()
596 struct flow_match_meta match; in ocelot_flower_parse_key() local
598 flow_rule_match_meta(rule, &match); in ocelot_flower_parse_key()
599 if (match.mask->l2_miss) { in ocelot_flower_parse_key()
613 struct flow_match_control match; in ocelot_flower_parse_key() local
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/timer/
Drenesas,rz-mtu3.yaml22 - Waveform output on compare match
27 - Simultaneous clearing on compare match or input capture
121 - description: MTU0.TGRA input capture/compare match
122 - description: MTU0.TGRB input capture/compare match
123 - description: MTU0.TGRC input capture/compare match
124 - description: MTU0.TGRD input capture/compare match
126 - description: MTU0.TGRE compare match
127 - description: MTU0.TGRF compare match
128 - description: MTU1.TGRA input capture/compare match
129 - description: MTU1.TGRB input capture/compare match
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_mplsoudp.c62 struct flow_match_mpls match; in parse_tunnel() local
76 flow_rule_match_mpls(rule, &match); in parse_tunnel()
79 if (match.mask->used_lses != 1) in parse_tunnel()
89 match.mask->ls[0].mpls_label); in parse_tunnel()
92 match.key->ls[0].mpls_label); in parse_tunnel()
96 match.mask->ls[0].mpls_tc); in parse_tunnel()
98 outer_first_mpls_over_udp.mpls_exp, match.key->ls[0].mpls_tc); in parse_tunnel()
102 match.mask->ls[0].mpls_bos); in parse_tunnel()
105 match.key->ls[0].mpls_bos); in parse_tunnel()
109 match.mask->ls[0].mpls_ttl); in parse_tunnel()
[all …]

12345678910>>...67