Searched refs:hook_flags (Results 1 – 3 of 3) sorted by relevance
21 int *hook_flags = _hook_flags; in the_hook() local23 *hook_flags = 1234; in the_hook()31 int hook_flags = 0; in test__perf_hooks() local34 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()
1122 unsigned int hook_flags);
9594 unsigned int hook_flags) in nft_chain_validate_hooks() argument9601 if ((1 << basechain->ops.hooknum) & hook_flags) in nft_chain_validate_hooks()
Completed in 28 milliseconds