Home
last modified time | relevance | path

Searched refs:hook_flags (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/tools/perf/tests/
Dperf-hooks.c21 int *hook_flags = _hook_flags; in the_hook() local
23 *hook_flags = 1234; in the_hook()
31 int hook_flags = 0; in test__perf_hooks() local
34 perf_hooks__set_hook("test", the_hook, &hook_flags); in test__perf_hooks()
38 if (hook_flags != 1234) { in test__perf_hooks()
39 pr_debug("Setting failed: %d (%p)\n", hook_flags, &hook_flags); in test__perf_hooks()
/linux-6.6.21/include/net/netfilter/
Dnf_tables.h1102 unsigned int hook_flags);
/linux-6.6.21/net/netfilter/
Dnf_tables_api.c10542 unsigned int hook_flags) in nft_chain_validate_hooks() argument
10549 if ((1 << basechain->ops.hooknum) & hook_flags) in nft_chain_validate_hooks()