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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dassociola.c424 idr_remove(&sctp_assocs_id, asoc->assoc_id);
1388 if (unlikely(!idr_pre_get(&sctp_assocs_id, gfp)))
1392 error = idr_get_new_above(&sctp_assocs_id, (void *)asoc,
H A Dprotocol.c68 struct idr sctp_assocs_id; variable in typeref:struct:idr
1060 idr_init(&sctp_assocs_id);
H A Dsocket.c211 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dsctp.h578 extern struct idr sctp_assocs_id;

Completed in 105 milliseconds