Home
last modified time | relevance | path

Searched defs:nf_hook_ops (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dnetfilter.h87 struct nf_hook_ops { struct
93 enum nf_hook_ops_type hook_ops_type:8; argument
94 unsigned int hooknum;
96 int priority;
/kernel/linux/linux-5.10/include/linux/
Dnetfilter.h80 struct nf_hook_ops { struct
82 nf_hookfn *hook;
83 struct net_device *dev;
84 void *priv;
85 u_int8_t pf;
86 unsigned int hooknum;
88 int priority;