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

/linux-master/tools/perf/tests/
H A Dperf-hooks.c21 int *hook_flags = _hook_flags; local
23 *hook_flags = 1234;
31 int hook_flags = 0; local
34 perf_hooks__set_hook("test", the_hook, &hook_flags);
38 if (hook_flags != 1234) {
39 pr_debug("Setting failed: %d (%p)\n", hook_flags, &hook_flags);
/linux-master/include/net/netfilter/
H A Dnf_tables.h1160 unsigned int hook_flags);
/linux-master/net/netfilter/
H A Dnf_tables_api.c10792 unsigned int hook_flags)
10799 if ((1 << basechain->ops.hooknum) & hook_flags)
10791 nft_chain_validate_hooks(const struct nft_chain *chain, unsigned int hook_flags) argument

Completed in 272 milliseconds