Searched refs:origin_type (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dinternal.h23 void (*new)(struct nf_conntrack *ct, int origin_type);
24 void (*upd)(struct nf_conntrack *ct, int origin_type);
25 int (*del)(struct nf_conntrack *ct, int origin_type);
40 void (*new)(struct nf_expect *exp, int origin_type);
41 void (*upd)(struct nf_expect *exp, int origin_type);
42 int (*del)(struct nf_expect *exp, int origin_type);
H A Dorigin.h12 int origin_register(struct nfct_handle *h, int origin_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dorigin.c30 int origin_register(struct nfct_handle *h, int origin_type) argument
39 nlp->type = origin_type;
H A Dctnl.c178 int origin_type; local
188 origin_type = origin_find(nlh);
192 STATE(mode)->internal->ct.new(ct, origin_type);
195 STATE(mode)->internal->ct.upd(ct, origin_type);
198 if (STATE(mode)->internal->ct.del(ct, origin_type))
219 int origin_type; local
232 origin_type = origin_find(nlh);
236 STATE(mode)->internal->exp.new(exp, origin_type);
239 STATE(mode)->internal->exp.upd(exp, origin_type);
242 STATE(mode)->internal->exp.del(exp, origin_type);
[all...]

Completed in 35 milliseconds