Searched refs:sktw (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtimewait_sock.h22 struct sock *sktw, void *twp);
26 static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp) argument
29 return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp);
H A Dtcp.h328 extern int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_ipv4.c118 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) argument
120 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw);
142 sock_hold(sktw);

Completed in 57 milliseconds