Searched refs:twp (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/include/net/ |
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()
|
D | tcp.h | 339 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
|
/Linux-v5.4/net/ipv6/ |
D | inet6_hashtables.c | 202 struct inet_timewait_sock **twp) in __inet6_check_established() argument 230 if (twsk_unique(sk, sk2, twp)) in __inet6_check_established() 252 if (twp) { in __inet6_check_established() 253 *twp = tw; in __inet6_check_established()
|
/Linux-v5.4/arch/microblaze/boot/dts/ |
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-v5.4/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 242 xlnx,twp-ps-mem-0 = <0x11170>; 243 xlnx,twp-ps-mem-1 = <0x2ee0>; 244 xlnx,twp-ps-mem-2 = <0x2ee0>; 245 xlnx,twp-ps-mem-3 = <0x2ee0>;
|
D | virtex440-ml510.dts | 214 xlnx,twp-ps-mem-0 = <0x11170>; 215 xlnx,twp-ps-mem-1 = <0x2ee0>; 216 xlnx,twp-ps-mem-2 = <0x2ee0>; 217 xlnx,twp-ps-mem-3 = <0x2ee0>;
|
/Linux-v5.4/net/ipv4/ |
D | inet_hashtables.c | 397 struct inet_timewait_sock **twp) in __inet_check_established() argument 426 if (twsk_unique(sk, sk2, twp)) in __inet_check_established() 448 if (twp) { in __inet_check_established() 449 *twp = tw; in __inet_check_established()
|
D | tcp_ipv4.c | 106 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() argument 153 (!twp || (reuse && time_after32(ktime_get_seconds(), in tcp_twsk_unique()
|
/Linux-v5.4/ |
D | .mailmap | 247 Thomas Pedersen <twp@codeaurora.org>
|