Lines Matching defs:cookie
75 static __u32 check_tcp_syn_cookie(__u32 cookie, const struct in6_addr *saddr,
81 cookie -= cookie_hash(saddr, daddr, sport, dport, 0, 0) + sseq;
83 diff = (count - (cookie >> COOKIEBITS)) & ((__u32) -1 >> COOKIEBITS);
87 return (cookie -
118 __u32 cookie)
121 __u32 mssind = check_tcp_syn_cookie(cookie, &iph->saddr, &iph->daddr,
136 __u32 cookie = ntohl(th->ack_seq) - 1;
151 mss = __cookie_v6_check(ipv6_hdr(skb), th, cookie);
159 /* check for timestamp cookie support */
215 treq->snt_isn = cookie;