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