Searched refs:nethdr (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dsync.h6 struct nethdr;
19 int (*recv)(const struct nethdr *net);
H A Dnetwork.h12 struct nethdr { struct
26 #define NETHDR_SIZ nethdr_align(sizeof(struct nethdr))
41 void nethdr_set(struct nethdr *net, int type);
42 void nethdr_set_ack(struct nethdr *net);
43 void nethdr_set_ctl(struct nethdr *net);
91 struct nethdr *__hdr = (struct nethdr *) __net; \
102 struct nethdr *__hdr = (struct nethdr *) __net; \
255 void ct2msg(const struct nf_conntrack *ct, struct nethdr *
[all...]
H A Dchannel.h9 struct nethdr;
92 int channel_send(struct channel *c, const struct nethdr *net);
118 int multichannel_send(struct multichannel *c, const struct nethdr *net);
H A Dcache.h125 struct nethdr *(*build_msg)(const struct cache_object *obj, int type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dbuild.c26 put_header(struct nethdr *n, int attr, size_t len)
39 addattr(struct nethdr *n, int attr, const void *data, size_t len)
46 ct_build_u8(const struct nf_conntrack *ct, int a, struct nethdr *n, int b)
53 ct_build_u16(const struct nf_conntrack *ct, int a, struct nethdr *n, int b)
61 ct_build_u32(const struct nf_conntrack *ct, int a, struct nethdr *n, int b)
69 ct_build_str(const struct nf_conntrack *ct, int a, struct nethdr *n, int b)
76 ct_build_group(const struct nf_conntrack *ct, int a, struct nethdr *n,
84 ct_build_natseqadj(const struct nf_conntrack *ct, struct nethdr *n)
108 static void build_l4proto_tcp(const struct nf_conntrack *ct, struct nethdr *n)
123 static void build_l4proto_sctp(const struct nf_conntrack *ct, struct nethdr *
[all...]
H A Dnetwork.c42 static inline void __nethdr_set(struct nethdr *net, int len)
53 void nethdr_set(struct nethdr *net, int type)
59 void nethdr_set_ack(struct nethdr *net)
64 void nethdr_set_ctl(struct nethdr *net)
H A Dsync-notrack.c90 struct nethdr *net;
146 static int digest_msg(const struct nethdr *net)
169 static int notrack_recv(const struct nethdr *net)
188 struct nethdr *net = queue_node_data(n);
202 struct nethdr *net;
233 struct nethdr *ctl;
239 ctl = (struct nethdr *)qobj->data;
H A Dinternal_bypass.c115 struct nethdr *net;
128 struct nethdr *net;
141 struct nethdr *net;
247 struct nethdr *net;
260 struct nethdr *net;
273 struct nethdr *net;
H A Dsync-ftfw.c82 static void nethdr_set_hello(struct nethdr *net)
120 struct nethdr *ctl;
126 ctl = (struct nethdr *)qobj->data;
194 struct nethdr *net = queue_node_data(n);
330 static int digest_msg(const struct nethdr *net)
367 static int digest_hello(const struct nethdr *net)
384 static int ftfw_recv(const struct nethdr *net)
486 struct nethdr *net = queue_node_data(n);
517 struct nethdr *net;
H A Dsync-alarm.c83 static int alarm_recv(const struct nethdr *net)
122 struct nethdr *net;
H A Dmultichannel.c51 int multichannel_send(struct multichannel *c, const struct nethdr *net)
H A Dsync-mode.c44 static struct nf_conntrack *msg2ct_alloc(struct nethdr *net, size_t remain)
62 static struct nf_expect *msg2exp_alloc(struct nethdr *net, size_t remain)
81 do_channel_handler_step(struct channel *c, struct nethdr *net, size_t remain)
195 struct nethdr *net = (struct nethdr *) ptr;
H A Dcache-exp.c280 static struct nethdr *
H A Dparse.c236 int msg2ct(struct nf_conntrack *ct, struct nethdr *net, size_t remain)
426 int msg2exp(struct nf_expect *exp, struct nethdr *net, size_t remain)
H A Dcache-ct.c316 static struct nethdr *
H A Dchannel.c220 int channel_send(struct channel *c, const struct nethdr *net)

Completed in 76 milliseconds