Home
last modified time | relevance | path

Searched +defs:help +defs:h (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/net/netfilter/
H A Dnf_conntrack_helper.c54 struct nf_conntrack_helper *h; in __nf_conntrack_helper_find() local
77 struct nf_conntrack_helper *h; in nf_conntrack_helper_try_module_get() local
131 struct nf_conntrack_helper *h; in nf_nat_helper_try_module_get() local
180 struct nf_conn_help *help; in nf_ct_helper_ext_add() local
195 struct nf_conn_help *help; in __nf_ct_try_assign_helper() local
243 struct nf_conn_help *help = nfct_help(ct); in unhelp() local
256 struct nf_conn_help *help = nfct_help(ct); in nf_ct_helper_destroy() local
324 const struct nf_conn_help *help; in nf_ct_helper_log() local
350 unsigned int h = helper_hash(&me->tuple); in nf_conntrack_helper_register() local
398 struct nf_conn_help *help = nfct_help(exp->master); in expect_iter_me() local
H A Dnf_conntrack_core.c738 struct nf_conntrack_tuple_hash *h; in ____nf_conntrack_find() local
777 struct nf_conntrack_tuple_hash *h; in __nf_conntrack_find_get() local
872 struct nf_conntrack_tuple_hash *h; in nf_conntrack_hash_check_insert() local
1087 struct nf_conntrack_tuple_hash *h; in nf_ct_resolve_clash_harder() local
1202 struct nf_conntrack_tuple_hash *h; in __nf_conntrack_confirm() local
1204 struct nf_conn_help *help; in __nf_conntrack_confirm() local
1344 struct nf_conntrack_tuple_hash *h; in nf_conntrack_tuple_taken() local
1410 struct nf_conntrack_tuple_hash *h; in early_drop_list() local
1747 struct nf_conn_help *help; in init_conntrack() local
1854 struct nf_conntrack_tuple_hash *h; in resolve_normal_ct() local
[all …]
H A Dnf_conntrack_netlink.c227 const struct nf_conn_help *help = nfct_help(ct); in ctnetlink_dump_helpinfo() local
1217 struct nf_conntrack_tuple_hash *h; in ctnetlink_dump_table() local
1622 struct nf_conntrack_tuple_hash *h; in ctnetlink_del_conntrack() local
1675 struct nf_conntrack_tuple_hash *h; in ctnetlink_get_conntrack() local
1801 struct nf_conntrack_tuple_hash *h; in ctnetlink_dump_dying() local
1953 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_change_helper() local
2309 struct nf_conn_help *help; in ctnetlink_create_conntrack() local
3032 struct nf_conn_help *help; in ctnetlink_exp_dump_expect() local
3234 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_exp_ct_dump_table() local
3284 struct nf_conntrack_tuple_hash *h; in ctnetlink_dump_exp_ct() local
[all …]
H A Dnf_conntrack_proto.c138 const struct nf_conn_help *help; in nf_confirm() local
271 const struct nf_conntrack_tuple_hash *h; in getorigdst() local
329 const struct nf_conntrack_tuple_hash *h; in ipv6_getorigdst() local
H A Dnf_conntrack_expect.c137 unsigned int h; in __nf_ct_expect_find() local
178 unsigned int h; in nf_ct_find_expectation() local
230 struct nf_conn_help *help = nfct_help(ct); in nf_ct_remove_expectations() local
391 unsigned int h = nf_ct_expect_dst_hash(net, &exp->tuple); in nf_ct_expect_insert() local
442 unsigned int h; in __nf_ct_expect_check() local
/linux-6.15/tools/lib/subcmd/
H A Dparse-options.h103 const char *help; member
123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument
137 #define OPT_STRING_OPTARG(s, l, v, a, h, d) \ argument
141 #define OPT_STRING_OPTARG_SET(s, l, v, os, a, h, d) \ argument
147 #define OPT_DATE(s, l, v, h) \ argument
149 #define OPT_CALLBACK(s, l, v, a, h, f) \ argument
151 #define OPT_CALLBACK_SET(s, l, v, os, a, h, f) \ argument
153 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ argument
155 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument
157 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument
[all …]
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c703 struct hist_entry *h = rb_entry(browser->b.top, struct hist_entry, rb_node); in hist_browser__handle_hotkey() local
744 int hist_browser__run(struct hist_browser *browser, const char *help, in hist_browser__run()
1836 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__refresh() local
1878 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_entries() local
1901 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_prev_entries() local
1916 struct hist_entry *h; in ui_browser__hists_seek() local
2165 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__fprintf() local
3492 int nr_events, const char *help, in perf_evsel_menu__run()
3591 static int __evlist__tui_browse_hists(struct evlist *evlist, int nr_entries, const char *help, in __evlist__tui_browse_hists()
3641 int evlist__tui_browse_hists(struct evlist *evlist, const char *help, struct hist_browser_timer *hb… in evlist__tui_browse_hists()
[all …]
H A Dannotate-data.c59 struct type_hist *h; in get_member_overhead() local
339 const char *help = "Press 'h' for help on key bindings"; in browser__show() local
419 struct type_hist *h = adt->histograms[evsel->core.idx]; in browser__write() local
/linux-6.15/tools/perf/ui/gtk/
H A Dhists.c359 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in perf_gtk__show_hists() local
593 int evlist__gtk_browse_hists(struct evlist *evlist, const char *help, in evlist__gtk_browse_hists()
/linux-6.15/tools/perf/util/
H A Dparse-events.c497 char help[BUFSIZ]; in tracepoint_error() local
1642 char *help; in parse_events_multi_pmu_add_or_add_pmu() local
1786 char *help; in parse_events__modifier_list() local
2243 char *help; member
2264 char *str, char *help) in parse_events_error__handle()
2687 struct parse_events_term *term, *h; in parse_events_terms__exit() local
/linux-6.15/scripts/kconfig/
H A Dgconf.c335 struct gstr help = str_new(); in text_insert_help() local
435 gint w, h; in on_window1_size_request() local
700 gint w, h; in on_split_clicked() local
/linux-6.15/net/openvswitch/
H A Dconntrack.c466 ovs_ct_get_info(const struct nf_conntrack_tuple_hash *h) in ovs_ct_get_info()
494 struct nf_conntrack_tuple_hash *h; in ovs_ct_find_existing() local
584 struct nf_conn_help *help; in skb_nfct_cached() local
/linux-6.15/fs/unicode/
H A Dmkutf8data.c1836 static void help(void) in help() function
2668 unsigned char *h; in utf8hangul() local