Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dperf-hooks.c22 int *hook_flags = _hook_flags; in the_hook() local
25 *hook_flags = 1234; in the_hook()
33 int hook_flags = 0; in test__perf_hooks() local
36 perf_hooks__set_hook("test", the_hook, &hook_flags); in test__perf_hooks()
40 if (hook_flags != 1234) { in test__perf_hooks()
41 pr_debug("Setting failed: %d (%p)\n", hook_flags, &hook_flags); in test__perf_hooks()
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h925 unsigned int hook_flags);
/Linux-v4.19/net/netfilter/
Dnf_tables_api.c6700 unsigned int hook_flags) in nft_chain_validate_hooks() argument
6707 if ((1 << basechain->ops.hooknum) & hook_flags) in nft_chain_validate_hooks()