Searched refs:tcp_parse_mss_option (Results 1 – 3 of 3) sorted by relevance
548 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss);
4491 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss) in tcp_parse_mss_option() function7580 mss = tcp_parse_mss_option(th, READ_ONCE(tp->rx_opt.user_mss)); in tcp_get_syncookie_mss()
8042 mss = tcp_parse_mss_option(th, 0) ?: TCP_MSS_DEFAULT; in BPF_CALL_3()8071 mss = tcp_parse_mss_option(th, 0) ?: mss_clamp; in BPF_CALL_3()