Lines Matching defs:th
154 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th,
166 th->source, th->dest, ntohl(th->seq),
174 const struct tcphdr *th = tcp_hdr(skb);
176 return __cookie_v4_init_sequence(iph, th, mssp);
183 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th)
185 __u32 cookie = ntohl(th->ack_seq) - 1;
186 __u32 seq = ntohl(th->seq) - 1;
190 th->source, th->dest, seq);
269 const struct tcphdr *th = tcp_hdr(skb);
273 ireq->ir_num = ntohs(th->dest);
274 ireq->ir_rmt_port = th->source;
285 treq->rcv_isn = ntohl(th->seq) - 1;
286 treq->snt_isn = ntohl(th->ack_seq) - 1;
402 const struct tcphdr *th = tcp_hdr(skb);
415 !th->ack || th->rst)
457 ireq->ir_loc_addr, th->source, th->dest,