Lines Matching refs:owners
141 tb->owners = NULL; in tcp_bucket_create()
158 if ((child->bind_next = tb->owners) != NULL) in __tcp_inherit_port()
159 tb->owners->bind_pprev = &child->bind_next; in __tcp_inherit_port()
160 tb->owners = child; in __tcp_inherit_port()
161 child->bind_pprev = &tb->owners; in __tcp_inherit_port()
176 if ((sk->bind_next = tb->owners) != NULL) in tcp_bind_hash()
177 tb->owners->bind_pprev = &sk->bind_next; in tcp_bind_hash()
178 tb->owners = sk; in tcp_bind_hash()
179 sk->bind_pprev = &tb->owners; in tcp_bind_hash()
185 struct sock *sk2 = tb->owners; in tcp_bind_conflict()
258 if (tb != NULL && tb->owners != NULL) { in tcp_v4_get_port()
273 if (tb->owners == NULL) { in tcp_v4_get_port()
309 if (tb->owners == NULL) { in __tcp_put_port()
698 BUG_TRAP(tb->owners != NULL); in tcp_v4_hash_connect()
750 if (tb->owners == sk && sk->bind_next == NULL) { in tcp_v4_hash_connect()