Home
last modified time | relevance | path

Searched refs:sctp_assocs_id (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/net/sctp/
Dsctp.h468 extern struct idr sctp_assocs_id;
/linux-6.1.9/net/sctp/
Dassociola.c413 idr_remove(&sctp_assocs_id, asoc->assoc_id); in sctp_association_destroy()
1640 ret = idr_alloc_cyclic(&sctp_assocs_id, asoc, SCTP_ALL_ASSOC + 1, 0, in sctp_assoc_set_id()
Dprotocol.c53 struct idr sctp_assocs_id; variable
1514 idr_init(&sctp_assocs_id); in sctp_init()
Dsocket.c256 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id); in sctp_id2assoc()