Home
last modified time | relevance | path

Searched refs:tcp_sync_mss (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_timer.c179 tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); in tcp_mtu_probing()
Dtcp_output.c1796 unsigned int tcp_sync_mss(struct sock *sk, u32 pmtu) in tcp_sync_mss() function
1816 EXPORT_SYMBOL(tcp_sync_mss);
1835 mss_now = tcp_sync_mss(sk, mtu); in tcp_current_mss()
3676 tcp_sync_mss(sk, dst_mtu(dst)); in tcp_connect_init()
3766 tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); in tcp_send_syn_data()
Dtcp_input.c2724 tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); in tcp_mtup_probe_success()
3550 tcp_sync_mss(sk, inet_csk(sk)->icsk_pmtu_cookie); in tcp_ack_update_window()
6201 tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); in tcp_rcv_synsent_state_process()
6295 tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); in tcp_rcv_synsent_state_process()
Dtcp_ipv4.c365 tcp_sync_mss(sk, mtu); in tcp_v4_mtu_reduced()
1586 tcp_sync_mss(newsk, dst_mtu(dst)); in tcp_v4_syn_recv_sock()
Dtcp.c453 icsk->icsk_sync_mss = tcp_sync_mss; in tcp_init_sock()
/kernel/linux/linux-5.10/net/ipv6/
Dtcp_ipv6.c374 tcp_sync_mss(sk, dst_mtu(dst)); in tcp_v6_mtu_reduced()
1289 tcp_sync_mss(newsk, inet_csk(newsk)->icsk_pmtu_cookie); in tcp_v6_syn_recv_sock()
1378 tcp_sync_mss(newsk, dst_mtu(dst)); in tcp_v6_syn_recv_sock()
Dipv6_sockglue.c484 tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); in do_ipv6_setsockopt()
/kernel/linux/linux-5.10/include/net/
Dtcp.h620 unsigned int tcp_sync_mss(struct sock *sk, u32 pmtu);