Searched refs:sctp_assocs_id (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | sctp.h | 465 extern struct idr sctp_assocs_id;
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | associola.c | 410 idr_remove(&sctp_assocs_id, asoc->assoc_id); in sctp_association_destroy() 1629 ret = idr_alloc_cyclic(&sctp_assocs_id, asoc, SCTP_ALL_ASSOC + 1, 0, in sctp_assoc_set_id()
|
H A D | protocol.c | 53 struct idr sctp_assocs_id; variable 1415 idr_init(&sctp_assocs_id); in sctp_init()
|
H A D | socket.c | 255 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id); in sctp_id2assoc()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | associola.c | 411 idr_remove(&sctp_assocs_id, asoc->assoc_id); in sctp_association_destroy() 1638 ret = idr_alloc_cyclic(&sctp_assocs_id, asoc, SCTP_ALL_ASSOC + 1, 0, in sctp_assoc_set_id()
|
H A D | protocol.c | 53 struct idr sctp_assocs_id; variable 1523 idr_init(&sctp_assocs_id); in sctp_init()
|
H A D | socket.c | 257 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id); in sctp_id2assoc()
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | sctp.h | 463 extern struct idr sctp_assocs_id;
|
Completed in 43 milliseconds