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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/802/
H A Dtr.c66 static struct rif_cache *rif_table[RIF_TABLE_SIZE]; variable in typeref:struct:rif_cache
274 for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->daddr[0]),TR_ALEN);entry=entry->next);
360 for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->saddr[0]),TR_ALEN);entry=entry->next);
381 entry->next=rif_table[hash];
383 rif_table[hash]=entry;
434 pentry = rif_table+i;
471 for(entry = rif_table[i]; entry; entry = entry->next) {
505 if ((ent = rif_table[i]) != NULL)

Completed in 80 milliseconds