Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/tests/
A 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.3-rc2/include/net/netfilter/
A Dnf_tables.h1122 unsigned int hook_flags);
/linux-6.3-rc2/net/netfilter/
A Dnf_tables_api.c9594 unsigned int hook_flags) in nft_chain_validate_hooks() argument
9601 if ((1 << basechain->ops.hooknum) & hook_flags) in nft_chain_validate_hooks()

Completed in 28 milliseconds