Searched refs:twp (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 Dinet6_hashtables.h56 extern int __inet6_hash(struct sock *sk, struct inet_timewait_sock *twp);
H A Dinet_hashtables.h398 int (*hash)(struct sock *sk, struct inet_timewait_sock *twp));
H A Dtcp.h328 extern int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 Dinet6_hashtables.h56 extern int __inet6_hash(struct sock *sk, struct inet_timewait_sock *twp);
H A Dinet_hashtables.h398 int (*hash)(struct sock *sk, struct inet_timewait_sock *twp));
H A Dtcp.h328 extern int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dinet6_hashtables.c215 struct inet_timewait_sock **twp)
241 if (twsk_unique(sk, sk2, twp))
272 if (twp) {
273 *twp = tw;
213 __inet6_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, const __u16 lport, struct inet_timewait_sock **twp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dinet6_hashtables.c215 struct inet_timewait_sock **twp)
241 if (twsk_unique(sk, sk2, twp))
272 if (twp) {
273 *twp = tw;
213 __inet6_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, const __u16 lport, struct inet_timewait_sock **twp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dinet_hashtables.c273 struct inet_timewait_sock **twp)
300 if (twsk_unique(sk, sk2, twp))
332 if (twp) {
333 *twp = tw;
437 int (*hash)(struct sock *sk, struct inet_timewait_sock *twp))
271 __inet_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, __u16 lport, struct inet_timewait_sock **twp) argument
433 __inet_hash_connect(struct inet_timewait_death_row *death_row, struct sock *sk, u32 port_offset, int (*check_established)(struct inet_timewait_death_row *, struct sock *, __u16, struct inet_timewait_sock **), int (*hash)(struct sock *sk, struct inet_timewait_sock *twp)) argument
H A Dtcp_ipv4.c118 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) argument
135 (twp == NULL || (sysctl_tcp_tw_reuse &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dinet_hashtables.c273 struct inet_timewait_sock **twp)
300 if (twsk_unique(sk, sk2, twp))
332 if (twp) {
333 *twp = tw;
437 int (*hash)(struct sock *sk, struct inet_timewait_sock *twp))
271 __inet_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, __u16 lport, struct inet_timewait_sock **twp) argument
433 __inet_hash_connect(struct inet_timewait_death_row *death_row, struct sock *sk, u32 port_offset, int (*check_established)(struct inet_timewait_death_row *, struct sock *, __u16, struct inet_timewait_sock **), int (*hash)(struct sock *sk, struct inet_timewait_sock *twp)) argument
H A Dtcp_ipv4.c118 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) argument
135 (twp == NULL || (sysctl_tcp_tw_reuse &&

Completed in 262 milliseconds