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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Doutput.c131 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu) function
151 EXPORT_SYMBOL_GPL(dccp_sync_mss); variable
394 dccp_sync_mss(sk, dst_mtu(dst));
H A Dipv6.c168 dccp_sync_mss(sk, dst_mtu(dst));
563 dccp_sync_mss(newsk, inet_csk(newsk)->icsk_pmtu_cookie);
677 dccp_sync_mss(newsk, dst_mtu(dst));
H A Ddccp.h226 extern unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu);
H A Dinput.c328 dccp_sync_mss(sk, icsk->icsk_pmtu_cookie);
H A Dipv4.c178 dccp_sync_mss(sk, mtu);
411 dccp_sync_mss(newsk, dst_mtu(dst));
H A Dproto.c214 icsk->icsk_sync_mss = dccp_sync_mss;

Completed in 63 milliseconds