Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/802/
Dtr.c69 static rif_cache rif_table[RIF_TABLE_SIZE]; variable
263 …for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->daddr[0]),TR_ALEN);entry=entry-… in tr_source_route()
349 …for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->saddr[0]),TR_ALEN);entry=entry-… in tr_add_rif_info()
377 entry->next=rif_table[hash]; in tr_add_rif_info()
379 rif_table[hash]=entry; in tr_add_rif_info()
430 rif_cache entry, *pentry=rif_table+i; in rif_check_expire()
483 for(entry=rif_table[i];entry;entry=entry->next) { in rif_get_info()