Home
last modified time | relevance | path

Searched refs:dccp_sync_mss (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/net/dccp/
A Doutput.c161 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu) in dccp_sync_mss() function
195 EXPORT_SYMBOL_GPL(dccp_sync_mss);
551 dccp_sync_mss(sk, dst_mtu(dst)); in dccp_connect()
A Dipv6.c157 dccp_sync_mss(sk, dst_mtu(dst)); in dccp_v6_err()
464 dccp_sync_mss(newsk, inet_csk(newsk)->icsk_pmtu_cookie); in dccp_v6_request_recv_sock()
541 dccp_sync_mss(newsk, dst_mtu(dst)); in dccp_v6_request_recv_sock()
A Dipv4.c187 dccp_sync_mss(sk, mtu); in dccp_do_pmtu_discovery()
440 dccp_sync_mss(newsk, dst_mtu(dst)); in dccp_v4_request_recv_sock()
A Ddccp.h248 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu);
A Dinput.c443 dccp_sync_mss(sk, icsk->icsk_pmtu_cookie); in dccp_rcv_request_sent_state_process()
A Dproto.c199 icsk->icsk_sync_mss = dccp_sync_mss; in dccp_init_sock()

Completed in 11 milliseconds