Exemplo n.º 1
0
void dccp_unhash(struct sock *sk)
{
	inet_unhash(&dccp_hashinfo, sk);
}
Exemplo n.º 2
0
void tcp_unhash(struct sock *sk)
{
	inet_unhash(&tcp_hashinfo, sk);
}