Home
last modified time | relevance | path

Searched refs:tcp_get_syncookie_mss (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/net/
Dtcp.h445 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops,
/linux-6.1.9/net/ipv6/
Dtcp_ipv6.c1155 mss = tcp_get_syncookie_mss(&tcp6_request_sock_ops, in tcp_v6_get_syncookie()
/linux-6.1.9/net/ipv4/
Dtcp_input.c6875 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops, in tcp_get_syncookie_mss() function
6900 EXPORT_SYMBOL_GPL(tcp_get_syncookie_mss);
Dtcp_ipv4.c1629 mss = tcp_get_syncookie_mss(&tcp_request_sock_ops, in tcp_v4_get_syncookie()