Home
last modified time | relevance | path

Searched refs:tcp_parse_mss_option (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_input.c4018 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss) in tcp_parse_mss_option() function
4057 EXPORT_SYMBOL_GPL(tcp_parse_mss_option);
6959 mss = tcp_parse_mss_option(th, tp->rx_opt.user_mss); in tcp_get_syncookie_mss()
/openbmc/linux/include/net/
H A Dtcp.h441 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss);
/openbmc/linux/net/core/
H A Dfilter.c7739 mss = tcp_parse_mss_option(th, 0) ?: TCP_MSS_DEFAULT; in BPF_CALL_3()
7768 mss = tcp_parse_mss_option(th, 0) ?: mss_clamp; in BPF_CALL_3()