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

/net/ipv4/
H A Dsyncookies.c160 * Generate a syncookie. mssp points to the mss, which is returned
163 __u32 cookie_v4_init_sequence(struct sock *sk, struct sk_buff *skb, __u16 *mssp) argument
168 const __u16 mss = *mssp;
175 *mssp = msstab[mssind];
/net/ipv6/
H A Dsyncookies.c115 __u32 cookie_v6_init_sequence(struct sock *sk, const struct sk_buff *skb, __u16 *mssp) argument
120 const __u16 mss = *mssp;
128 *mssp = msstab[mssind];

Completed in 50 milliseconds