Lines Matching refs:mss
535 int mss, u32 tsoff);
541 u16 mss; member
643 __u32 cookie_v4_init_sequence(const struct sk_buff *skb, __u16 *mss);
680 __u32 cookie_v6_init_sequence(const struct sk_buff *skb, __u16 *mss);
796 int tcp_mss_to_mtu(struct sock *sk, int mss);
1591 __u32 mss, __u32 *rcv_wnd,
1961 void tcp_fastopen_cache_get(struct sock *sk, u16 *mss,
1963 void tcp_fastopen_cache_set(struct sock *sk, u16 mss,
1987 bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss,
2352 __u16 *mss);
2376 __u16 *mss) in cookie_init_sequence() argument
2380 return ops->cookie_init_seq(skb, mss); in cookie_init_sequence()
2385 __u16 *mss) in cookie_init_sequence() argument