Searched defs:nf_hook_ops (Results 1 – 7 of 7) sorted by relevance
52222 struct nf_hook_ops { struct52227 enum nf_hook_ops_type hook_ops_type: 8; argument52228 unsigned int hooknum;52229 int priority;
80811 struct nf_hook_ops { struct80812 nf_hookfn *hook;80813 struct net_device *dev;80814 void *priv;80815 u_int8_t pf;80816 unsigned int hooknum;80817 int priority;
47262 struct nf_hook_ops { struct47263 nf_hookfn *hook;47264 struct net_device *dev;47265 void *priv;47266 u_int8_t pf;47267 unsigned int hooknum;47268 int priority;
55480 struct nf_hook_ops { struct55481 nf_hookfn *hook;55482 struct net_device *dev;55483 void *priv;55484 u_int8_t pf;55485 unsigned int hooknum;55486 int priority;