diff options
Diffstat (limited to 'include/net/inet_connection_sock.h')
| -rw-r--r-- | include/net/inet_connection_sock.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index 7d83f90f203..5ee66f517b4 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h @@ -43,7 +43,6 @@ struct inet_connection_sock_af_ops {  	struct sock *(*syn_recv_sock)(struct sock *sk, struct sk_buff *skb,  				      struct request_sock *req,  				      struct dst_entry *dst); -	struct inet_peer *(*get_peer)(struct sock *sk, bool *release_it);  	u16	    net_header_len;  	u16	    net_frag_header_len;  	u16	    sockaddr_len; @@ -337,4 +336,6 @@ extern int inet_csk_compat_getsockopt(struct sock *sk, int level, int optname,  				      char __user *optval, int __user *optlen);  extern int inet_csk_compat_setsockopt(struct sock *sk, int level, int optname,  				      char __user *optval, unsigned int optlen); + +extern struct dst_entry *inet_csk_update_pmtu(struct sock *sk, u32 mtu);  #endif /* _INET_CONNECTION_SOCK_H */  |