Searched defs:nf_conntrack_helper (Results 1 – 2 of 2) sorted by relevance
131781 struct nf_conntrack_helper { struct131782 struct hlist_node hnode;131783 char name[16];131784 refcount_t refcnt;131785 struct module *me;131786 const struct nf_conntrack_expect_policy *expect_policy;131787 struct nf_conntrack_tuple tuple;131788 int (*help)(struct sk_buff *, unsigned int, struct nf_conn *, enum ip_conntrack_info);131789 void (*destroy)(struct nf_conn *);131790 int (*from_nlattr)(struct nlattr *, struct nf_conn *);[all …]
139435 struct nf_conntrack_helper { struct139436 struct hlist_node hnode;139437 char name[16];139438 refcount_t refcnt;139439 struct module *me;139440 const struct nf_conntrack_expect_policy *expect_policy;139441 struct nf_conntrack_tuple tuple;139442 int (*help)(struct sk_buff *, unsigned int, struct nf_conn *, enum ip_conntrack_info);139443 void (*destroy)(struct nf_conn *);139444 int (*from_nlattr)(struct nlattr *, struct nf_conn *);[all …]