Searched refs:twp (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/net/ |
H 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()
|
H A D | tcp.h | 346 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp);
|
/openbmc/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 266 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 D | petalogix-s3adsp1800.dts | 197 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 D | petalogix-ml605.dts | 310 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 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>;
|
/openbmc/linux/net/ipv4/ |
H A D | inet_hashtables.c | 546 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 D | tcp_ipv4.c | 112 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 | .mailmap | 573 Thomas Pedersen <twp@codeaurora.org>
|