Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/sctp/
Dsctp.h478 extern struct idr sctp_assocs_id;
/linux-4.1.27/net/sctp/
Dprotocol.c68 struct idr sctp_assocs_id; variable
1369 idr_init(&sctp_assocs_id); in sctp_init()
Dassociola.c418 idr_remove(&sctp_assocs_id, asoc->assoc_id); in sctp_association_destroy()
1602 ret = idr_alloc_cyclic(&sctp_assocs_id, asoc, 1, 0, GFP_NOWAIT); in sctp_assoc_set_id()
Dsocket.c220 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id); in sctp_id2assoc()