Lines Matching defs:th
94 const struct tcphdr *th, __u16 *mssp)
105 return secure_tcp_syn_cookie(&iph->saddr, &iph->daddr, th->source,
106 th->dest, ntohl(th->seq), mssind);
113 const struct tcphdr *th = tcp_hdr(skb);
115 return __cookie_v6_init_sequence(iph, th, mssp);
118 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th)
120 __u32 cookie = ntohl(th->ack_seq) - 1;
121 __u32 seq = ntohl(th->seq) - 1;
125 th->source, th->dest, seq);
171 const struct tcphdr *th = tcp_hdr(skb);
184 !th->ack || th->rst)
268 tcp_rsk(req)->accecn_ok = ireq->ecn_ok && cookie_accecn_ok(th);