Home
last modified time | relevance | path

Searched full:matching (Results 1 – 25 of 1794) sorted by relevance

12345678910>>...72

/kernel/linux/linux-5.10/Documentation/infiniband/
Dtag_matching.rst2 Tag matching logic
5 The MPI standard defines a set of rules, known as tag-matching, for matching
17 matching operation. However, this doesn’t imply that tags are consumed in
19 earlier tags can’t be used to satisfy the matching rules.
23 corresponding matching receive is posted. If a matching receive is posted,
25 Implementations frequently use different matching schemes for these two
26 different matching instances.
35 2. The Rendezvous Protocol - the sender sends the tag-matching header,
38 the header to initiate an RDMA READ operation directly to the matching buffer.
41 Tag matching implementation
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_geneve.c144 NL_SET_ERR_MSG_MOD(extack, "Matching on GENEVE VNI is not supported"); in mlx5e_tc_tun_parse_geneve_vni()
145 netdev_warn(priv->netdev, "Matching on GENEVE VNI is not supported\n"); in mlx5e_tc_tun_parse_geneve_vni()
183 "Matching on GENEVE options is not supported"); in mlx5e_tc_tun_parse_geneve_options()
185 "Matching on GENEVE options is not supported\n"); in mlx5e_tc_tun_parse_geneve_options()
193 "Matching on GENEVE options: option type is not GENEVE"); in mlx5e_tc_tun_parse_geneve_options()
195 "Matching on GENEVE options: option type is not GENEVE\n"); in mlx5e_tc_tun_parse_geneve_options()
202 NL_SET_ERR_MSG_MOD(extack, "Matching on GENEVE options len is not supported"); in mlx5e_tc_tun_parse_geneve_options()
204 "Matching on GENEVE options len is not supported\n"); in mlx5e_tc_tun_parse_geneve_options()
216 "Matching on GENEVE options: unsupported options len"); in mlx5e_tc_tun_parse_geneve_options()
218 "Matching on GENEVE options: unsupported options len (len=%d)\n", in mlx5e_tc_tun_parse_geneve_options()
[all …]
/kernel/linux/linux-5.10/lib/
Dglob.c9 MODULE_DESCRIPTION("glob(7) matching");
13 * glob_match - Shell-style pattern matching, like !fnmatch(pat, str, 0)
17 * Perform shell-style glob matching, returning true (1) if the match
29 * it takes 6 passes over the pattern before matching the string.
38 * An opening bracket without a matching close is matched literally.
51 * Loop over each token (character or class) in pat, matching in glob_match()
53 * on mismatch, or true after matching the trailing nul bytes. in glob_match()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dip6t_srh.c47 /* Next Header matching */ in srh_mt6()
53 /* Header Extension Length matching */ in srh_mt6()
69 /* Segments Left matching */ in srh_mt6()
86 * Last Entry matching in srh_mt6()
141 /* Next Header matching */ in srh1_mt6()
147 /* Header Extension Length matching */ in srh1_mt6()
161 /* Segments Left matching */ in srh1_mt6()
176 * Last Entry matching in srh1_mt6()
202 /* Previous SID matching */ in srh1_mt6()
217 /* Next SID matching */ in srh1_mt6()
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-vmbus6 will override standard static and dynamic ID matching. When
7 specified, only a driver with a name matching the value written
12 This returns the device to standard matching rules binding.
16 matching name is currently loaded in the kernel, the device
Dsysfs-bus-amba6 will override standard OF, ACPI, ID table, and name matching.
7 When specified, only a driver with a name matching the value
12 This returns the device to standard matching rules binding.
16 matching name is currently loaded in the kernel, the device will
Dsysfs-bus-platform6 will override standard OF, ACPI, ID table, and name matching.
7 When specified, only a driver with a name matching the value
13 matching rules binding. Writing to driver_override does not
16 driver with a matching name is currently loaded in the kernel,
Dsysfs-bus-css44 specified, only a driver with a name matching the value written
49 This returns the device to standard matching rules binding.
53 matching name is currently loaded in the kernel, the device
60 file does not allow to override basic matching rules. I.e.,
/kernel/linux/linux-5.10/drivers/tc/
Dtc-driver.c50 * tc_match_device - tell if a TC device structure has a matching
52 * @tdrv: the TC driver to earch for matching TC device ID strings
56 * system is in its list of supported devices. Returns the matching
76 * tc_bus_match - Tell if a device structure has a matching
79 * @drv: the device driver to search for matching TC device ID strings
/kernel/linux/linux-5.10/security/apparmor/
Dmatch.c5 * This file contains AppArmor dfa based regular expression matching engine
304 * Returns: an unpacked dfa ready for matching or ERR_PTR on failure
426 * @start: the state of the dfa to start matching in
431 * finished matching in. The final state can be used to look up the accepting
451 /* current state is <state>, matching character *str */ in aa_dfa_match_len()
470 * @start: the state of the dfa to start matching in
474 * finished matching in. The final state can be used to look up the accepting
491 /* current state is <state>, matching character *str */ in aa_dfa_match()
526 /* current state is <state>, matching character *str */ in aa_dfa_next()
557 * @start: the state of the dfa to start matching in
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dbinfmt-misc.rst9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes
33 Ignored when using filename extension matching.
35 is the byte sequence binfmt_misc is matching for. The magic string
40 If you chose filename extension matching, this is the extension to be
42 Extension matching is case sensitive, and slashes ``/`` are not allowed!
45 bits from matching by supplying a string like magic and as long as magic.
48 filename extension matching.
/kernel/linux/linux-5.10/tools/memory-model/scripts/
Dcmplitmushist.sh36 echo Matching Observation result and counts: $2
50 echo Matching Observation Always/Sometimes/Never result: $2
71 echo Matching Observation result and counts: $obsline 1>&2
79 echo Matching Observation Always/Sometimes/Never result: $obsresult 1>&2
/kernel/linux/linux-5.10/arch/sh/drivers/
Dplatform_early.c29 /* When driver_override is set, only bind to the matching driver */ in platform_match()
148 * with matching kernel command line class parameters will be registered.
154 * matching parameter. in sh_early_platform_driver_register_all()
170 * sh_early_platform_match - find early platform device matching driver
188 * sh_early_platform_left - check if early platform driver has matching devices
206 * sh_early_platform_driver_probe_id - probe drivers matching class_str and id
222 /* only use drivers matching our class_str */ in sh_early_platform_driver_probe_id()
303 * device matching a registered early platform driver is needed.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hsi/
Domap-ssi.txt11 - reg: Contains a matching register specifier for each entry
14 - interrupts: Contains matching interrupt information for each entry
22 - clocks: Contains a matching clock specifier for each entry in
34 - reg: Contains a matching register specifier for each entry
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcpu_device_id.h25 * X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE - Base macro for CPU matching
37 * macros of the X86_MATCH_* family. If there is no matching shorthand
53 * X86_MATCH_VENDOR_FAM_MODEL_FEATURE - Macro for CPU matching
71 * X86_MATCH_VENDOR_FAM_FEATURE - Macro for matching vendor, family and CPU feature
88 * X86_MATCH_VENDOR_FEATURE - Macro for matching vendor and CPU feature
103 * X86_MATCH_FEATURE - Macro for matching a CPU feature
/kernel/linux/linux-5.10/net/netfilter/
Dnfnetlink_cttimeout.c83 struct ctnl_timeout *timeout, *matching = NULL; in cttimeout_new_timeout() local
104 matching = timeout; in cttimeout_new_timeout()
108 if (matching) { in cttimeout_new_timeout()
113 if (matching->timeout.l3num != l3num || in cttimeout_new_timeout()
114 matching->timeout.l4proto->l4proto != l4num) in cttimeout_new_timeout()
117 return ctnl_timeout_parse_policy(&matching->timeout.data, in cttimeout_new_timeout()
118 matching->timeout.l4proto, in cttimeout_new_timeout()
506 struct ctnl_timeout *timeout, *matching = NULL; in ctnl_timeout_find_get() local
519 matching = timeout; in ctnl_timeout_find_get()
523 return matching ? &matching->timeout : NULL; in ctnl_timeout_find_get()
DKconfig510 packets matching some criteria.
612 tristate "Netfilter nf_tables xfrm/IPSec security association matching"
624 This option allows matching for the presence or absence of a
632 This option allows matching packets from an specific OS.
723 Netfilter mark matching allows you to match packets based on the
881 This option adds the `IDLETIMER' target. Each matching packet
1125 BPF matching applies a linux socket filter to each packet and
1136 Socket/process control group matching allows you to match locally
1216 It allows matching on additional conntrack information, which is
1226 CPU matching allows you to match packets based on the CPU
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-glob.tc6 # Make sure that function glob matching filter works.
34 # Advanced full-glob matching feature is recently supported.
36 if grep -q 'accepts: .* glob-matching-pattern' README ; then
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/
Darm,smmu.yaml85 SMMUs with stream matching support and complex masters may use a value of
120 For SMMUs supporting stream matching and using #iommu-cells = <1>,
121 specifies a mask of bits to ignore when matching stream IDs (e.g. this may
126 using stream matching with #iommu-cells = <2>, and may be ignored if
172 /* SMMU with stream matching or stream indexing */
193 /* SMMU with stream matching */
/kernel/linux/linux-5.10/drivers/rapidio/
Drio-driver.c18 * rio_match_device - Tell if a RIO device has a matching RIO device id structure
22 * Used from driver probe and bus matching to check whether a RIO device
24 * matching &struct rio_device_id or %NULL if there is no match.
78 * rio_device_probe - Tell if a RIO device structure has a matching RIO device id structure
182 * rio_match_bus - Tell if a RIO device structure has a matching RIO driver device id structure
188 * there is a matching &struct rio_device_id or 0 if there is
/kernel/linux/linux-5.10/Documentation/admin-guide/perf/
Dimx-ddr.rst38 --AXI_ID defines AxID matching value.
39 --AXI_MASKING defines which bits of AxID are meaningful for the matching.
42 - 1: corresponding bit is not masked, i.e. used to do the matching.
45 When non-masked bits are matching corresponding AXI_ID bits then counter is
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_pppol2tp.h34 __u16 s_tunnel, s_session; /* For matching incoming packets */
46 __u16 s_tunnel, s_session; /* For matching incoming packets */
62 __u32 s_tunnel, s_session; /* For matching incoming packets */
71 __u32 s_tunnel, s_session; /* For matching incoming packets */
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_tproxy.h52 * This is used when the user wants to intercept a connection matching
54 * matching in preference order:
56 * - match: if there's a fully established connection matching the
61 * - match: if there's a listening socket matching the redirection
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-probe.txt176 …eans that it probes function return. And ';PTN' means lazy matching pattern (see LAZY MATCHING). N…
177 …lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, ':ALN' …
227 LAZY MATCHING
229 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ…
234 …hedule() can be moved easily by modifying schedule(), but the same line matching 'rq=cpu_rq*' may …
238 The filter pattern is a glob matching pattern(s) to filter variables.
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
Drestrict.c65 * matching parent certificate in the trusted list, -EKEYREJECTED if the
67 * uses unsupported crypto, or some other error if there is a matching
225 * couldn't find a matching parent certificate in the trusted list,
227 * unsupported crypto, or some other error if there is a matching certificate
252 * couldn't find a matching parent certificate in the trusted list,
254 * unsupported crypto, or some other error if there is a matching certificate

12345678910>>...72