/kernel/linux/linux-5.10/include/net/ |
H A D | timewait_sock.h | 19 struct sock *sktw, void *twp); 23 static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in twsk_unique() argument 26 return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp); in twsk_unique()
|
H A D | tcp.h | 339 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | timewait_sock.h | 19 struct sock *sktw, void *twp); 23 static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in twsk_unique() argument 26 return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp); in twsk_unique()
|
H A D | tcp.h | 345 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | inet6_hashtables.c | 248 struct inet_timewait_sock **twp) in __inet6_check_established() 276 if (twsk_unique(sk, sk2, twp)) in __inet6_check_established() 298 if (twp) { in __inet6_check_established() 299 *twp = tw; in __inet6_check_established() 246 __inet6_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, const __u16 lport, struct inet_timewait_sock **twp) __inet6_check_established() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | inet6_hashtables.c | 266 struct inet_timewait_sock **twp) in __inet6_check_established() 294 if (twsk_unique(sk, sk2, twp)) in __inet6_check_established() 316 if (twp) { in __inet6_check_established() 317 *twp = tw; in __inet6_check_established() 264 __inet6_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, const __u16 lport, struct inet_timewait_sock **twp) __inet6_check_established() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_hashtables.c | 450 struct inet_timewait_sock **twp) in __inet_check_established() 478 if (twsk_unique(sk, sk2, twp)) in __inet_check_established() 500 if (twp) { in __inet_check_established() 501 *twp = tw; in __inet_check_established() 448 __inet_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, __u16 lport, struct inet_timewait_sock **twp) __inet_check_established() argument
|
H A D | tcp_ipv4.c | 109 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() argument 154 (!twp || (reuse && time_after32(ktime_get_seconds(), in tcp_twsk_unique()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_hashtables.c | 546 struct inet_timewait_sock **twp) in __inet_check_established() 574 if (twsk_unique(sk, sk2, twp)) in __inet_check_established() 596 if (twp) { in __inet_check_established() 597 *twp = tw; in __inet_check_established() 544 __inet_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, __u16 lport, struct inet_timewait_sock **twp) __inet_check_established() argument
|
H A D | tcp_ipv4.c | 110 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() argument 155 (!twp || (reuse && time_after32(ktime_get_seconds(), in tcp_twsk_unique()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | ninet_hashtables.c | 448 struct inet_timewait_sock **twp) in __ninet_check_established() 446 __ninet_check_established(struct inet_timewait_death_row *death_row, struct sock *sk, const __u16 lport, struct inet_timewait_sock **twp) __ninet_check_established() argument
|