Home
last modified time | relevance | path

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

/linux/net/dccp/
H 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()
H A Dipv6.c158 dccp_sync_mss(sk, dst_mtu(dst)); in dccp_v6_err()
470 dccp_sync_mss(newsk, inet_csk(newsk)->icsk_pmtu_cookie); in dccp_v6_request_recv_sock()
547 dccp_sync_mss(newsk, dst_mtu(dst)); in dccp_v6_request_recv_sock()
H A Dinput.c443 dccp_sync_mss(sk, icsk->icsk_pmtu_cookie); in dccp_rcv_request_sent_state_process()
H A Ddccp.h248 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu);
H A Dproto.c202 icsk->icsk_sync_mss = dccp_sync_mss; in dccp_init_sock()