Home
last modified time | relevance | path

Searched refs:bind_hash (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sctp/
Dendpointola.c274 if (sctp_sk(sk)->bind_hash) in sctp_endpoint_destroy()
Dsocket.c6286 if (!sctp_sk(sk)->bind_hash) { in sctp_get_port_local()
6289 sctp_sk(sk)->bind_hash = pp; in sctp_get_port_local()
6407 sctp_sk(sk)->bind_hash->fastreuse = 1; in sctp_inet_listen()
6532 pp = sctp_sk(sk)->bind_hash; in __sctp_put_port()
6534 sctp_sk(sk)->bind_hash = NULL; in __sctp_put_port()
7269 pp = sctp_sk(oldsk)->bind_hash; in sctp_sock_migrate()
7271 sctp_sk(newsk)->bind_hash = pp; in sctp_sock_migrate()
/linux-4.1.27/include/net/sctp/
Dstructs.h176 struct sctp_bind_bucket *bind_hash; member