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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dtr.c69 rif_cache rif_table[RIF_TABLE_SIZE]; variable
260 for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->daddr[0]),TR_ALEN);entry=entry->next);
346 for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->saddr[0]),TR_ALEN);entry=entry->next);
367 entry->next=rif_table[hash];
369 rif_table[hash]=entry;
420 rif_cache entry, *pentry=rif_table+i;
472 for(entry=rif_table[i];entry;entry=entry->next) {

Completed in 82 milliseconds