Home
last modified time | relevance | path

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

/net/netfilter/
A Dnf_bpf_link.c25 struct nf_hook_ops hook_ops; member
79 switch (link->hook_ops.pf) { in bpf_nf_enable_defrag()
147 nf_link->hook_ops.pf, nf_link->hook_ops.hooknum, in bpf_nf_link_show_info()
148 nf_link->hook_ops.priority); in bpf_nf_link_show_info()
157 info->netfilter.pf = nf_link->hook_ops.pf; in bpf_nf_link_fill_link_info()
158 info->netfilter.hooknum = nf_link->hook_ops.hooknum; in bpf_nf_link_fill_link_info()
231 link->hook_ops.hook = nf_hook_run_bpf; in bpf_nf_link_attach()
232 link->hook_ops.hook_ops_type = NF_HOOK_OP_BPF; in bpf_nf_link_attach()
233 link->hook_ops.priv = prog; in bpf_nf_link_attach()
235 link->hook_ops.pf = attr->link_create.netfilter.pf; in bpf_nf_link_attach()
[all …]

Completed in 5 milliseconds