aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_connection_sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/inet_connection_sock.h')
-rw-r--r--include/net/inet_connection_sock.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h
index b0c99060b78d..edc68e858d51 100644
--- a/include/net/inet_connection_sock.h
+++ b/include/net/inet_connection_sock.h
@@ -192,8 +192,12 @@ extern struct request_sock *inet_csk_search_req(const struct sock *sk,
192 const __u16 rport, 192 const __u16 rport,
193 const __u32 raddr, 193 const __u32 raddr,
194 const __u32 laddr); 194 const __u32 laddr);
195extern int inet_csk_bind_conflict(const struct sock *sk,
196 const struct inet_bind_bucket *tb);
195extern int inet_csk_get_port(struct inet_hashinfo *hashinfo, 197extern int inet_csk_get_port(struct inet_hashinfo *hashinfo,
196 struct sock *sk, unsigned short snum); 198 struct sock *sk, unsigned short snum,
199 int (*bind_conflict)(const struct sock *sk,
200 const struct inet_bind_bucket *tb));
197 201
198extern struct dst_entry* inet_csk_route_req(struct sock *sk, 202extern struct dst_entry* inet_csk_route_req(struct sock *sk,
199 const struct request_sock *req); 203 const struct request_sock *req);