Home
last modified time | relevance | path

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

/linux-6.12.1/net/sctp/
Dendpointola.c225 if (sctp_sk(sk)->bind_hash) in sctp_endpoint_destroy()
Dsocket.c8497 if (!sp->bind_hash) { in sctp_get_port_local()
8500 sp->bind_hash = pp; in sctp_get_port_local()
8627 sctp_sk(sk)->bind_hash->fastreuse = 1; in sctp_inet_listen()
8754 pp = sctp_sk(sk)->bind_hash; in __sctp_put_port()
8756 sctp_sk(sk)->bind_hash = NULL; in __sctp_put_port()
9563 pp = sctp_sk(oldsk)->bind_hash; in sctp_sock_migrate()
9565 sctp_sk(newsk)->bind_hash = pp; in sctp_sock_migrate()
/linux-6.12.1/include/net/sctp/
Dstructs.h165 struct sctp_bind_bucket *bind_hash; member