Searched refs:bind_next (Results 1 – 7 of 7) sorted by relevance
343 for (skp = &table->mc_list; *skp; skp = &((*skp)->bind_next)) { in netlink_remove()345 *skp = sk->bind_next; in netlink_remove()498 for (; *skp; skp = &((*skp)->bind_next)) { in netlink_bind()500 *skp = sk->bind_next; in netlink_bind()505 sk->bind_next = *skp; in netlink_bind()728 for (sk = nl_table[ssk->protocol].mc_list; sk; sk = sk->bind_next) in netlink_broadcast()773 for (sk = nl_table[ssk->protocol].mc_list; sk; sk = sk->bind_next) in netlink_set_err()
79 if(tw->bind_next) in tcp_timewait_kill()80 tw->bind_next->bind_pprev = tw->bind_pprev; in tcp_timewait_kill()81 *(tw->bind_pprev) = tw->bind_next; in tcp_timewait_kill()314 if ((tw->bind_next = tw->tb->owners) != NULL) in __tcp_tw_hashdance()315 tw->tb->owners->bind_pprev = &tw->bind_next; in __tcp_tw_hashdance()
158 if ((child->bind_next = tb->owners) != NULL) in __tcp_inherit_port()159 tb->owners->bind_pprev = &child->bind_next; 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()188 for( ; sk2 != NULL; sk2 = sk2->bind_next) { in tcp_bind_conflict()304 if (sk->bind_next) in __tcp_put_port()305 sk->bind_next->bind_pprev = sk->bind_pprev; in __tcp_put_port()306 *(sk->bind_pprev) = sk->bind_next; in __tcp_put_port()750 if (tb->owners == sk && sk->bind_next == NULL) { in tcp_v4_hash_connect()
3799 for ( ; sk2 != NULL; sk2 = sk2->bind_next) { in sctp_get_port_local()3844 if ((sk->bind_next = pp->sk) != NULL) in sctp_get_port_local()3845 pp->sk->bind_pprev = &sk->bind_next; in sctp_get_port_local()4128 if (sk->bind_next) in __sctp_put_port()4129 sk->bind_next->bind_pprev = sk->bind_pprev; in __sctp_put_port()4130 *(sk->bind_pprev) = sk->bind_next; in __sctp_put_port()
147 for( ; sk2 != NULL; sk2 = sk2->bind_next) { in tcp_v6_get_port()199 if ((sk->bind_next = tb->owners) != NULL) in tcp_v6_get_port()200 tb->owners->bind_pprev = &sk->bind_next; in tcp_v6_get_port()533 if (tb->owners == sk && sk->bind_next == NULL) { in tcp_v6_hash_connect()
568 struct sock *bind_next; member
167 struct sock *bind_next; member