taglinefilesource code
rif_table35net/802/tr.crif_cache rif_table[RIF_TABLE_SIZE]={ NULL, };
rif_table137net/802/tr.cfor(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->daddr[0]),TR_ALEN);entry=entry->next);
rif_table176net/802/tr.cfor(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->saddr[0]),TR_ALEN);entry=entry->next);
rif_table193net/802/tr.centry->next=rif_table[hash];
rif_table195net/802/tr.crif_table[hash]=entry;
rif_table226net/802/tr.crif_cache entry, *pentry=rif_table+i;  
rif_table259net/802/tr.cfor(entry=rif_table[i];entry;entry=entry->next) {