Home
last modified time | relevance | path

Searched refs:twp (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/include/net/
Dtimewait_sock.h19 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()
Dtcp.h339 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
/Linux-v5.4/net/ipv6/
Dinet6_hashtables.c202 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/
Dsystem.dts190 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/
Dvirtex440-ml507.dts242 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>;
Dvirtex440-ml510.dts214 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/
Dinet_hashtables.c397 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()
Dtcp_ipv4.c106 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.mailmap247 Thomas Pedersen <twp@codeaurora.org>