Home
last modified time | relevance | path

Searched refs:bind_next (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/net/netlink/
Daf_netlink.c343 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()
/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c79 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()
Dtcp_ipv4.c158 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()
/linux-2.4.37.9/net/sctp/
Dsocket.c3799 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()
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c147 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()
/linux-2.4.37.9/include/net/
Dsock.h568 struct sock *bind_next; member
Dtcp.h167 struct sock *bind_next; member