Skip to content

Commit 1b33bc3

Browse files
Eric Dumazetdavem330
authored andcommitted
ipv6: remove obsolete inet6 functions
inet6_csk_search_req() and inet6_csk_reqsk_queue_hash_add() no longer exist. Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 81b496b commit 1b33bc3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

include/net/inet6_connection_sock.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ int inet6_csk_bind_conflict(const struct sock *sk,
2828
struct dst_entry *inet6_csk_route_req(const struct sock *sk, struct flowi6 *fl6,
2929
const struct request_sock *req, u8 proto);
3030

31-
struct request_sock *inet6_csk_search_req(struct sock *sk,
32-
const __be16 rport,
33-
const struct in6_addr *raddr,
34-
const struct in6_addr *laddr,
35-
const int iif);
36-
37-
void inet6_csk_reqsk_queue_hash_add(struct sock *sk, struct request_sock *req,
38-
const unsigned long timeout);
39-
4031
void inet6_csk_addr2sockaddr(struct sock *sk, struct sockaddr *uaddr);
4132

4233
int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);

0 commit comments

Comments
 (0)