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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dassociola.c470 idr_remove(&sctp_assocs_id, asoc->assoc_id);
1548 if (unlikely(!idr_pre_get(&sctp_assocs_id, gfp)))
1552 error = idr_get_new_above(&sctp_assocs_id, (void *)asoc,
H A Dprotocol.c76 struct idr sctp_assocs_id; variable in typeref:struct:idr
1161 idr_init(&sctp_assocs_id);
H A Dsocket.c231 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsctp.h577 extern struct idr sctp_assocs_id;

Completed in 74 milliseconds