• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/

Lines Matching refs:nethdr

26 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 *n)
136 static void build_l4proto_dccp(const struct nf_conntrack *ct, struct nethdr *n)
148 static void build_l4proto_icmp(const struct nf_conntrack *ct, struct nethdr *n)
155 static void build_l4proto_udp(const struct nf_conntrack *ct, struct nethdr *n)
166 void (*build)(const struct nf_conntrack *, struct nethdr *n);
176 void ct2msg(const struct nf_conntrack *ct, struct nethdr *n)
239 exp_build_l4proto_tcp(const struct nf_conntrack *ct, struct nethdr *n, int a)
246 exp_build_l4proto_sctp(const struct nf_conntrack *ct, struct nethdr *n, int a)
253 exp_build_l4proto_dccp(const struct nf_conntrack *ct, struct nethdr *n, int a)
260 exp_build_l4proto_udp(const struct nf_conntrack *ct, struct nethdr *n, int a)
267 void (*build)(const struct nf_conntrack *, struct nethdr *n, int a);
276 exp_build_u32(const struct nf_expect *exp, int a, struct nethdr *n, int b)
284 exp_build_str(const struct nf_expect *exp, int a, struct nethdr *n, int b)
290 void exp2msg(const struct nf_expect *exp, struct nethdr *n)