Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dsctp.h463 extern struct idr sctp_assocs_id;
/openbmc/linux/net/sctp/
H A Dassociola.c412 idr_remove(&sctp_assocs_id, asoc->assoc_id); in sctp_association_destroy()
1639 ret = idr_alloc_cyclic(&sctp_assocs_id, asoc, SCTP_ALL_ASSOC + 1, 0, in sctp_assoc_set_id()
H A Dprotocol.c53 struct idr sctp_assocs_id; variable
1523 idr_init(&sctp_assocs_id); in sctp_init()
H A Dsocket.c257 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id); in sctp_id2assoc()