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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/helpers/
H A Dtns.c47 struct tns_header { struct
134 + sizeof(struct tns_header);
151 *numoff = offset + sizeof(struct tns_header);
191 nf_nat_tns(struct pkt_buff *pkt, struct tns_header *tns, struct nf_expect *exp,
267 r = (struct tns_redirect *)((char *)tns + sizeof(struct tns_header));
285 struct tns_header *tns;
314 if (datalen < sizeof(struct tns_header)) {
319 tns = (struct tns_header *)(pktb_network_header(pkt) + dataoff);
324 dataoff += sizeof(struct tns_header);
325 datalen -= sizeof(struct tns_header);
[all...]

Completed in 52 milliseconds