Searched refs:tcp_twsk_unique (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 109 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() function 188 EXPORT_SYMBOL_GPL(tcp_twsk_unique); variable 2178 .twsk_unique = tcp_twsk_unique,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 110 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() function 183 EXPORT_SYMBOL_GPL(tcp_twsk_unique); variable 2240 .twsk_unique = tcp_twsk_unique,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 339 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 1865 .twsk_unique = tcp_twsk_unique,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 345 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 1881 .twsk_unique = tcp_twsk_unique,
|
Completed in 21 milliseconds