/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_helper.c | 201 struct nf_conn_help *help; in nf_ct_helper_ext_add() local 203 help = nf_ct_ext_add(ct, NF_CT_EXT_HELPER, gfp); in nf_ct_helper_ext_add() 204 if (help) in nf_ct_helper_ext_add() 205 INIT_HLIST_HEAD(&help->expectations); in nf_ct_helper_ext_add() 208 return help; in nf_ct_helper_ext_add() 236 struct nf_conn_help *help; in __nf_ct_try_assign_helper() local 249 help = nfct_help(tmpl); in __nf_ct_try_assign_helper() 250 if (help != NULL) { in __nf_ct_try_assign_helper() 251 helper = help->helper; in __nf_ct_try_assign_helper() 256 help in __nf_ct_try_assign_helper() 292 struct nf_conn_help *help = nfct_help(ct); unhelp() local 305 struct nf_conn_help *help = nfct_help(ct); nf_ct_helper_destroy() local 373 const struct nf_conn_help *help; nf_ct_helper_log() local 447 struct nf_conn_help *help = nfct_help(exp->master); expect_iter_me() local [all...] |
H A D | xt_CT.c | 77 struct nf_conn_help *help; in xt_ct_set_helper() local 93 help = nf_ct_helper_ext_add(ct, GFP_KERNEL); in xt_ct_set_helper() 94 if (help == NULL) { in xt_ct_set_helper() 99 help->helper = helper; in xt_ct_set_helper() 143 struct nf_conn_help *help; in xt_ct_tg_check() local 211 help = nfct_help(ct); in xt_ct_tg_check() 212 if (help) in xt_ct_tg_check() 213 nf_conntrack_helper_put(help->helper); in xt_ct_tg_check() 271 struct nf_conn_help *help; in xt_ct_tg_destroy() local 274 help in xt_ct_tg_destroy() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_helper.c | 180 struct nf_conn_help *help; in nf_ct_helper_ext_add() local 182 help = nf_ct_ext_add(ct, NF_CT_EXT_HELPER, gfp); in nf_ct_helper_ext_add() 183 if (help) in nf_ct_helper_ext_add() 184 INIT_HLIST_HEAD(&help->expectations); in nf_ct_helper_ext_add() 187 return help; in nf_ct_helper_ext_add() 195 struct nf_conn_help *help; in __nf_ct_try_assign_helper() local 209 help = nfct_help(tmpl); in __nf_ct_try_assign_helper() 210 if (help != NULL) { in __nf_ct_try_assign_helper() 211 helper = rcu_dereference(help->helper); in __nf_ct_try_assign_helper() 215 help in __nf_ct_try_assign_helper() 248 struct nf_conn_help *help = nfct_help(ct); unhelp() local 261 struct nf_conn_help *help = nfct_help(ct); nf_ct_helper_destroy() local 329 const struct nf_conn_help *help; nf_ct_helper_log() local 403 struct nf_conn_help *help = nfct_help(exp->master); expect_iter_me() local [all...] |
H A D | nf_conntrack_ovs.c | 16 const struct nf_conn_help *help; in nf_ct_helper() local 23 help = nfct_help(ct); in nf_ct_helper() 24 if (!help) in nf_ct_helper() 27 helper = rcu_dereference(help->helper); in nf_ct_helper() 63 err = helper->help(skb, protoff, ct, ctinfo); in nf_ct_helper() 82 struct nf_conn_help *help; in nf_ct_add_helper() local 89 help = nf_ct_helper_ext_add(ct, GFP_KERNEL); in nf_ct_add_helper() 90 if (!help) { in nf_ct_add_helper() 103 rcu_assign_pointer(help->helper, helper); in nf_ct_add_helper()
|
H A D | xt_CT.c | 77 struct nf_conn_help *help; in xt_ct_set_helper() local 93 help = nf_ct_helper_ext_add(ct, GFP_KERNEL); in xt_ct_set_helper() 94 if (help == NULL) { in xt_ct_set_helper() 99 rcu_assign_pointer(help->helper, helper); in xt_ct_set_helper() 139 static void xt_ct_put_helper(struct nf_conn_help *help) in xt_ct_put_helper() argument 143 if (!help) in xt_ct_put_helper() 149 helper = rcu_dereference_raw(help->helper); in xt_ct_put_helper() 158 struct nf_conn_help *help; in xt_ct_tg_check() local 224 help = nfct_help(ct); in xt_ct_tg_check() 225 xt_ct_put_helper(help); in xt_ct_tg_check() 283 struct nf_conn_help *help; xt_ct_tg_destroy() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc_multibatch.py | 15 parser.add_argument("device", help="device name") 16 parser.add_argument("dir", help="where to put batch files") 18 "num_filters", type=int, help="how many lines per batch file") 19 parser.add_argument("num_files", type=int, help="how many batch files") 23 help="operation to perform on filters") variable 28 help="prefix for generated batch file names") variable 33 help="duplicate filter handle range in all files") variable 39 help="start handle range from (default: 1)") variable 46 help="add this value to third byte of source MAC address of flower filter" variable
|
H A D | tdc_batch.py | 12 parser.add_argument("device", help="device name") 13 parser.add_argument("file", help="batch file name") 15 help="how many lines in batch file") variable 21 help="start handle range from (default: 1)") variable 23 help="skip_sw (offload), by default skip_hw", variable 26 help="all filters share the same action", variable 29 help="all filters have different prio", variable 36 help="operation to perform on filters" variable 44 help="third byte of source MAC address of flower filter" variable
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc_multibatch.py | 15 parser.add_argument("device", help="device name") 16 parser.add_argument("dir", help="where to put batch files") 18 "num_filters", type=int, help="how many lines per batch file") 19 parser.add_argument("num_files", type=int, help="how many batch files") 23 help="operation to perform on filters") variable 28 help="prefix for generated batch file names") variable 33 help="duplicate filter handle range in all files") variable 39 help="start handle range from (default: 1)") variable 46 help="add this value to third byte of source MAC address of flower filter" variable
|
H A D | tdc_batch.py | 12 parser.add_argument("device", help="device name") 13 parser.add_argument("file", help="batch file name") 15 help="how many lines in batch file") variable 21 help="start handle range from (default: 1)") variable 23 help="skip_sw (offload), by default skip_hw", variable 26 help="all filters share the same action", variable 29 help="all filters have different prio", variable 36 help="operation to perform on filters" variable 44 help="third byte of source MAC address of flower filter" variable
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip.c | 27 " [help] <command> <args>\n"; 37 const char *help; member 43 .name = "help", 45 .help = NULL, 51 .help = NULL, 57 .help = "Attach a remote USB device", 63 .help = "Detach a remote USB device", 69 .help = "List exportable or local USB devices", 75 .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko", 81 .help [all...] |
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip.c | 27 " [help] <command> <args>\n"; 37 const char *help; member 43 .name = "help", 45 .help = NULL, 51 .help = NULL, 57 .help = "Attach a remote USB device", 63 .help = "Detach a remote USB device", 69 .help = "List exportable or local USB devices", 75 .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko", 81 .help [all...] |
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.h | 72 * `help`:: 73 * the short help associated to what the option does. 103 const char *help; member 118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } 119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } 120 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) } 121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) } 122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f) } 125 .value = check_vtype(v, bool *), .help = (h), \ 127 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help [all...] |
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.h | 76 * `help`:: 77 * the short help associated to what the option does. 107 const char *help; member 122 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } 123 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } 124 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) } 125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) } 126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f) } 129 .value = check_vtype(v, bool *), .help = (h), \ 131 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help [all...] |
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit.py | 310 help='As in the make command, it specifies the build ' 314 help='X=Y make option, can be repeated.', 317 help='Run all KUnit tests via tools/testing/kunit/configs/all_tests.config', 320 help='Path to Kconfig fragment that enables KUnit tests.' 326 help='Additional Kconfig options to append to the ' 331 help=('Specifies the architecture to run tests under. ' 339 help=('Sets make\'s CROSS_COMPILE variable; it should ' 351 help=('Takes a path to a path to a file containing ' 356 help='Additional QEMU arguments, e.g. "-smp 8"', 361 help [all...] |
/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_main.c | 768 kp->name, kp->usage, kp->help); in kdb_defcmd() 798 mp->help = kdb_strdup(argv[3], GFP_KDB); in kdb_defcmd() 799 if (!mp->help) in kdb_defcmd() 805 if (mp->help[0] == '"') { in kdb_defcmd() 806 strcpy(mp->help, argv[3]+1); in kdb_defcmd() 807 mp->help[strlen(mp->help)-1] = '\0'; in kdb_defcmd() 2413 * kdb_help - This function implements the 'help' and '?' commands. 2431 kt->usage, space, kt->help); in kdb_help() 2609 * display help fo [all...] |
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit.py | 176 help='As in the make command, it specifies the build ' 180 help='X=Y make option, can be repeated.', 183 help='Run all KUnit tests through allyesconfig', 188 help='As in the make command, "Specifies the number of ' 194 help='maximum number of seconds to allow for all tests ' 202 parser.add_argument('--raw_output', help='don\'t format output from kernel', 206 help='Stores test results in a JSON, and either ' 217 run_parser = subparser.add_parser('run', help='Runs KUnit tests.') 224 help='Ensures that .config contains all of ' 228 build_parser = subparser.add_parser('build', help [all...] |
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | init.h | 86 #define __uml_setup(str, fn, help...) \ 88 __uml_help(fn, help); \ 92 #define __uml_setup(str, fn, help...) \ 96 #define __uml_help(fn, help...) \ 97 __non_empty_string(fn ##__help, help); \ 98 static char __uml_help_str_##fn[] __initdata = help; \ 106 #define __uml_setup_help __used __section(".uml.help.init")
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | init.h | 86 #define __uml_setup(str, fn, help...) \ 88 __uml_help(fn, help); \ 92 #define __uml_setup(str, fn, help...) \ 96 #define __uml_help(fn, help...) \ 97 __non_empty_string(fn ##__help, help); \ 98 static char __uml_help_str_##fn[] __initdata = help; \ 106 #define __uml_setup_help __used __section(".uml.help.init")
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | Kconfig.x86 | 13 help 26 help 40 help 57 help 68 help 78 help 93 help 104 help 115 help 132 help [all...] |
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | objtool.c | 31 const char *help; member 42 bool help; variable 88 puts(objtool_cmds[i].help); in cmd_usage() 93 if (!help) in cmd_usage() 106 if (!strcmp(cmd, "--help") || !strcmp(cmd, "-h")) { in handle_options() 107 help = true; in handle_options() 150 if (!argc || help) in main()
|
/kernel/linux/linux-6.6/tools/crypto/ccp/ |
H A D | dbc_cli.py | 47 help="Command to send", 49 parser.add_argument("--device", default="/dev/dbc", help="Device to operate") 50 parser.add_argument("--signature", help="File containing signature for command") 51 parser.add_argument("--message", choices=messages.keys(), help="Message index") 52 parser.add_argument("--data", help="Argument to pass to message") 53 parser.add_argument("--uid", help="File containing UID to pass")
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 13 help 26 help 43 help 59 help 75 help 89 help 106 help 117 help 132 help 143 help [all...] |
/kernel/linux/linux-5.10/tools/cgroup/ |
H A D | iocost_coef_gen.py | 35 help='Raw block device to use for testing, ignores --testfile-size') variable 37 help='Testfile size in gigabytes (default: %(default)s)') variable 39 help='Individual test run duration in seconds (default: %(default)s)') variable 41 help='Sequential test block size in megabytes (default: %(default)s)') variable 43 help='Sequential test queue depth (default: %(default)s)') variable 45 help='Random test queue depth (default: %(default)s)') variable 47 help='Number of parallel fio jobs to run (default: %(default)s)') variable
|
/kernel/linux/linux-6.6/tools/cgroup/ |
H A D | iocost_coef_gen.py | 35 help='Raw block device to use for testing, ignores --testfile-size') variable 37 help='Testfile size in gigabytes (default: %(default)s)') variable 39 help='Individual test run duration in seconds (default: %(default)s)') variable 41 help='Sequential test block size in megabytes (default: %(default)s)') variable 43 help='Sequential test queue depth (default: %(default)s)') variable 45 help='Random test queue depth (default: %(default)s)') variable 47 help='Number of parallel fio jobs to run (default: %(default)s)') variable
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | stackcollapse.py | 42 help="include thread id in stack"), variable 45 help="include process id in stack"), variable 48 help="do not separate stacks according to comm"), variable 51 help="beautify Java signatures"), variable 54 help="annotate kernel functions with _[k]") variable
|