Searched defs:mssp (Results 1 - 2 of 2) sorted by relevance

/net/ipv4/
H A Dsyncookies.c153 * Generate a syncookie. mssp points to the mss, which is returned
157 u16 *mssp)
160 const __u16 mss = *mssp;
165 *mssp = msstab[mssind];
174 __u16 *mssp)
182 return __cookie_v4_init_sequence(iph, th, mssp);
156 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th, u16 *mssp) argument
173 cookie_v4_init_sequence(struct sock *sk, const struct sk_buff *skb, __u16 *mssp) argument
/net/ipv6/
H A Dsyncookies.c117 const struct tcphdr *th, __u16 *mssp)
120 const __u16 mss = *mssp;
126 *mssp = msstab[mssind];
133 __u32 cookie_v6_init_sequence(struct sock *sk, const struct sk_buff *skb, __u16 *mssp) argument
141 return __cookie_v6_init_sequence(iph, th, mssp);
116 __cookie_v6_init_sequence(const struct ipv6hdr *iph, const struct tcphdr *th, __u16 *mssp) argument

Completed in 5 milliseconds