Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dtcp_input.c3989 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss) in tcp_parse_mss_option() function
4028 EXPORT_SYMBOL_GPL(tcp_parse_mss_option);
6894 mss = tcp_parse_mss_option(th, tp->rx_opt.user_mss); in tcp_get_syncookie_mss()
/Linux-v6.1/include/net/
Dtcp.h444 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss);
/Linux-v6.1/net/core/
Dfilter.c7470 mss = tcp_parse_mss_option(th, 0) ?: TCP_MSS_DEFAULT; in BPF_CALL_3()
7499 mss = tcp_parse_mss_option(th, 0) ?: mss_clamp; in BPF_CALL_3()