Home
last modified time | relevance | path

Searched refs:hook_ops_type (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/net/netfilter/
Dnf_bpf_link.c228 link->hook_ops.hook_ops_type = NF_HOOK_OP_BPF; in bpf_nf_link_attach()
Dnfnetlink_hook.c216 switch (ops->hook_ops_type) { in nfnl_hook_dump_one()
Dcore.c132 reg->hook_ops_type == NF_HOOK_OP_BPF) in nf_hook_entries_grow()
Dnf_tables_api.c2356 ops->hook_ops_type = NF_HOOK_OP_NF_TABLES; in nft_basechain_hook_init()
/linux-6.6.21/include/linux/
Dnetfilter.h93 enum nf_hook_ops_type hook_ops_type:8; member