Home
last modified time | relevance | path

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

/linux-2.6.39/net/dccp/
Doutput.c160 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu) in dccp_sync_mss() function
194 EXPORT_SYMBOL_GPL(dccp_sync_mss);
537 dccp_sync_mss(sk, dst_mtu(dst)); in dccp_connect()
Dipv6.c174 dccp_sync_mss(sk, dst_mtu(dst)); in dccp_v6_err()
518 dccp_sync_mss(newsk, inet_csk(newsk)->icsk_pmtu_cookie); in dccp_v6_request_recv_sock()
611 dccp_sync_mss(newsk, dst_mtu(dst)); in dccp_v6_request_recv_sock()
Dipv4.c178 dccp_sync_mss(sk, mtu); in dccp_do_pmtu_discovery()
414 dccp_sync_mss(newsk, dst_mtu(dst)); in dccp_v4_request_recv_sock()
Dinput.c447 dccp_sync_mss(sk, icsk->icsk_pmtu_cookie); in dccp_rcv_request_sent_state_process()
Ddccp.h261 extern unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu);
Dproto.c182 icsk->icsk_sync_mss = dccp_sync_mss; in dccp_init_sock()