Searched refs:ccids (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/
H A Dccid.c16 static struct ccid_operations *ccids[CCID_MAX]; variable in typeref:struct:ccid_operations
22 * The strategy is: modifications ccids vector are short, do not sleep and
108 if (ccids[ccid_ops->ccid_id] == NULL) {
109 ccids[ccid_ops->ccid_id] = ccid_ops;
135 ccids[ccid_ops->ccid_id] = NULL;
157 if (ccids[id] == NULL) {
166 ccid_ops = ccids[id];
239 if (ccids[ccid_ops->ccid_id] != NULL)
H A DMakefile21 obj-y += ccids/

Completed in 41 milliseconds