Searched refs:twp (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/net/ |
D | timewait_sock.h | 23 struct sock *sktw, void *twp); 27 static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in twsk_unique() argument 30 return sk->sk_prot->twsk_prot->twsk_unique(sk, sktw, twp); in twsk_unique()
|
D | tcp.h | 373 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
|
/linux-4.4.14/net/ipv6/ |
D | inet6_hashtables.c | 196 struct inet_timewait_sock **twp) in __inet6_check_established() argument 222 if (twsk_unique(sk, sk2, twp)) in __inet6_check_established() 244 if (twp) { in __inet6_check_established() 245 *twp = tw; in __inet6_check_established()
|
/linux-4.4.14/net/ipv4/ |
D | inet_hashtables.c | 335 struct inet_timewait_sock **twp) in __inet_check_established() argument 363 if (twsk_unique(sk, sk2, twp)) in __inet_check_established() 385 if (twp) { in __inet_check_established() 386 *twp = tw; in __inet_check_established()
|
D | tcp_ipv4.c | 108 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() argument 125 (!twp || (sysctl_tcp_tw_reuse && in tcp_twsk_unique()
|
/linux-4.4.14/arch/microblaze/boot/dts/ |
D | system.dts | 205 xlnx,twp-ps-mem-0 = <0x11170>; 206 xlnx,twp-ps-mem-1 = <0x2ee0>; 207 xlnx,twp-ps-mem-2 = <0x2ee0>; 208 xlnx,twp-ps-mem-3 = <0x2ee0>;
|
/linux-4.4.14/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 | 213 xlnx,twp-ps-mem-0 = <0x11170>; 214 xlnx,twp-ps-mem-1 = <0x2ee0>; 215 xlnx,twp-ps-mem-2 = <0x2ee0>; 216 xlnx,twp-ps-mem-3 = <0x2ee0>;
|