Home
last modified time | relevance | path

Searched refs:hook_flags (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H 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()
/kernel/linux/linux-6.6/tools/perf/tests/
H 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()
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables.h977 unsigned int hook_flags);
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_tables.h1102 unsigned int hook_flags);
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_tables_api.c9008 unsigned int hook_flags) in nft_chain_validate_hooks()
9015 if ((1 << basechain->ops.hooknum) & hook_flags) in nft_chain_validate_hooks()
9007 nft_chain_validate_hooks(const struct nft_chain *chain, unsigned int hook_flags) nft_chain_validate_hooks() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_api.c10543 unsigned int hook_flags) in nft_chain_validate_hooks()
10550 if ((1 << basechain->ops.hooknum) & hook_flags) in nft_chain_validate_hooks()
10542 nft_chain_validate_hooks(const struct nft_chain *chain, unsigned int hook_flags) nft_chain_validate_hooks() argument

Completed in 30 milliseconds