/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_tcpmss.c | 2 /* Kernel module to match TCP MSS values. */ 20 MODULE_DESCRIPTION("Xtables: TCP MSS match"); 81 .match = tcpmss_mt, 89 .match = tcpmss_mt,
|
H A D | xt_nfacct.c | 16 MODULE_DESCRIPTION("Xtables: match for the extended accounting infrastructure"); 63 .match = nfacct_mt, 74 .match = nfacct_mt,
|
H A D | xt_ipcomp.c | 2 /* Kernel module to match IPComp parameters for IPv4 and IPv6 24 MODULE_DESCRIPTION("Xtables: IPv4/6 IPsec-IPComp SPI match"); 81 .match = comp_mt, 90 .match = comp_mt,
|
H A D | xt_esp.c | 2 /* Kernel module to match ESP parameters. */ 20 MODULE_DESCRIPTION("Xtables: IPsec-ESP packet match"); 77 .match = esp_mt, 86 .match = esp_mt,
|
H A D | xt_hl.c | 20 MODULE_DESCRIPTION("Xtables: Hoplimit/TTL field match"); 68 .match = ttl_mt, 76 .match = hl_mt6,
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-async.h | 22 * in order to identify a match 25 * v4l2_async_subdev.match ops 31 * algorithm that will be used to match an asynchronous device. 43 * @match_type: type of match that will be used 44 * @match: union of per-bus type matching data sets 45 * @match.fwnode: 48 * @match.device_name: 51 * @match.i2c: embedded struct with I2C parameters to be matched. 52 * Both @match.i2c.adapter_id and @match 89 bool (*match)(struct device *dev, global() member 93 } match; global() member [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | task_work.c | 64 * @match: match function to call 71 bool (*match)(struct callback_head *, void *data), in task_work_cancel_match() 88 if (!match(work, data)) in task_work_cancel_match()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_ipcomp.c | 2 /* Kernel module to match IPComp parameters for IPv4 and IPv6 24 MODULE_DESCRIPTION("Xtables: IPv4/6 IPsec-IPComp SPI match"); 81 .match = comp_mt, 90 .match = comp_mt,
|
H A D | xt_esp.c | 2 /* Kernel module to match ESP parameters. */ 20 MODULE_DESCRIPTION("Xtables: IPsec-ESP packet match"); 77 .match = esp_mt, 86 .match = esp_mt,
|
H A D | xt_hl.c | 20 MODULE_DESCRIPTION("Xtables: Hoplimit/TTL field match"); 68 .match = ttl_mt, 76 .match = hl_mt6,
|
H A D | xt_nfacct.c | 16 MODULE_DESCRIPTION("Xtables: match for the extended accounting infrastructure"); 63 .match = nfacct_mt, 74 .match = nfacct_mt,
|
H A D | xt_tcpmss.c | 2 /* Kernel module to match TCP MSS values. */ 20 MODULE_DESCRIPTION("Xtables: TCP MSS match"); 81 .match = tcpmss_mt, 89 .match = tcpmss_mt,
|
/kernel/linux/linux-6.6/kernel/ |
H A D | task_work.c | 80 * @match: match function to call 81 * @data: data to be passed in to match function 88 bool (*match)(struct callback_head *, void *data), in task_work_cancel_match() 106 if (!match(work, data)) { in task_work_cancel_match()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | SeriesMatcher.java | 38 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in SeriesMatcher 54 maybeMore = matcher.match(segment, result); in match() 56 // Nothing for this matcher to match; ask for more. in match()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | SeriesMatcher.java | 40 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in SeriesMatcher 56 maybeMore = matcher.match(segment, result); in match() 58 // Nothing for this matcher to match; ask for more. in match()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numparse_compositions.cpp | 22 bool SeriesMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() function in SeriesMatcher 31 maybeMore = matcher->match(segment, result, status); in match() 33 // Nothing for this matcher to match; ask for more. in match()
|
/third_party/node/test/parallel/ |
H A D | test-internal-util-decorate-error-stack.js | 36 assert.match(stack, /;/g); 38 assert.match(stack, /\n/g);
|
H A D | test-tls-enable-trace-cli.js | 38 assert.match(stderr, /Warning: Enabling --trace-tls can expose sensitive/); 39 assert.match(stderr, /Sent Record/);
|
/third_party/node/deps/v8/tools/ignition/ |
H A D | linux_perf_report_test.py | 145 self.assertTrue(ipr.COMPILER_SYMBOLS_RE.match(compiler_symbol)) 154 self.assertTrue(ipr.JIT_CODE_SYMBOLS_RE.match(jit_code_symbol))
|
/third_party/node/test/es-module/ |
H A D | test-esm-type-field-errors.js | 32 assert(e.toString().match(/require\(\) of ES Module/g)); 33 assert(e.message.match(/require\(\) of ES Module/g));
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | filterrb.h | 63 virtual EInclusion match(const ResKeyPath& path) const = 0; 140 EInclusion match(const ResKeyPath& path) const override; 156 * PARTIAL = this path does not match any rule, but subpaths exist
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numparse_compositions.cpp | 22 bool SeriesMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() function in SeriesMatcher 31 maybeMore = matcher->match(segment, result, status); in match() 33 // Nothing for this matcher to match; ask for more. in match()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | filterrb.h | 63 virtual EInclusion match(const ResKeyPath& path) const = 0; 140 EInclusion match(const ResKeyPath& path) const override; 156 * PARTIAL = this path does not match any rule, but subpaths exist
|
/third_party/libinput/test/ |
H A D | test_quirks_files.py | 60 assert re.match( 66 assert re.match(
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/utils/ |
H A D | parseParams.js | 108 function encodedReplacer (match) { 109 return EncodedLookup[match]
|