Searched refs:twp (Results 1 – 7 of 7) sorted by relevance
/linux/include/net/ |
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()
|
A D | tcp.h | 345 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
|
/linux/net/ipv6/ |
A D | inet6_hashtables.c | 248 struct inet_timewait_sock **twp) in __inet6_check_established() argument 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()
|
/linux/arch/microblaze/boot/dts/ |
A D | system.dts | 190 xlnx,twp-ps-mem-0 = <0x11170>; 191 xlnx,twp-ps-mem-1 = <0x2ee0>; 192 xlnx,twp-ps-mem-2 = <0x2ee0>; 193 xlnx,twp-ps-mem-3 = <0x2ee0>;
|
/linux/net/ipv4/ |
A D | inet_hashtables.c | 443 struct inet_timewait_sock **twp) in __inet_check_established() argument 472 if (twsk_unique(sk, sk2, twp)) in __inet_check_established() 494 if (twp) { in __inet_check_established() 495 *twp = tw; in __inet_check_established()
|
A D | tcp_ipv4.c | 107 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() argument 152 (!twp || (reuse && time_after32(ktime_get_seconds(), in tcp_twsk_unique()
|
/linux/ |
A D | .mailmap | 357 Thomas Pedersen <twp@codeaurora.org>
|
Completed in 20 milliseconds