Lines Matching refs:mss
560 __u32 cookie_v4_init_sequence(const struct sk_buff *skb, __u16 *mss);
574 __u32 cookie_v6_init_sequence(const struct sk_buff *skb, __u16 *mss);
670 int tcp_mss_to_mtu(struct sock *sk, int mss);
1412 __u32 mss, __u32 *rcv_wnd,
1706 void tcp_fastopen_cache_get(struct sock *sk, u16 *mss,
1708 void tcp_fastopen_cache_set(struct sock *sk, u16 mss,
1732 bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss,
2066 __u16 *mss);
2089 __u16 *mss) in cookie_init_sequence() argument
2093 return ops->cookie_init_seq(skb, mss); in cookie_init_sequence()
2098 __u16 *mss) in cookie_init_sequence() argument