Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A 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()
H A Dtcp.h346 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
/openbmc/linux/net/ipv6/
H A Dinet6_hashtables.c266 struct inet_timewait_sock **twp) in __inet6_check_established() argument
294 if (twsk_unique(sk, sk2, twp)) in __inet6_check_established()
316 if (twp) { in __inet6_check_established()
317 *twp = tw; in __inet6_check_established()
/openbmc/qemu/pc-bios/
H A Dpetalogix-s3adsp1800.dts197 xlnx,twp-ps-mem-0 = <0xafc8>;
198 xlnx,twp-ps-mem-1 = <0x2ee0>;
199 xlnx,twp-ps-mem-2 = <0x2ee0>;
200 xlnx,twp-ps-mem-3 = <0x2ee0>;
H A Dpetalogix-ml605.dts310 xlnx,twp-ps-mem-0 = < 0x11170 >;
311 xlnx,twp-ps-mem-1 = < 0x2ee0 >;
312 xlnx,twp-ps-mem-2 = < 0x2ee0 >;
313 xlnx,twp-ps-mem-3 = < 0x2ee0 >;
/openbmc/linux/arch/microblaze/boot/dts/
H A 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>;
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c546 struct inet_timewait_sock **twp) in __inet_check_established() argument
574 if (twsk_unique(sk, sk2, twp)) in __inet_check_established()
596 if (twp) { in __inet_check_established()
597 *twp = tw; in __inet_check_established()
H A Dtcp_ipv4.c112 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() argument
160 (!twp || (reuse && time_after32(ktime_get_seconds(), in tcp_twsk_unique()
/openbmc/linux/
H A D.mailmap573 Thomas Pedersen <twp@codeaurora.org>