tag | line | file | source code |
rif_table | 35 | net/802/tr.c | rif_cache rif_table[RIF_TABLE_SIZE]={ NULL, }; |
rif_table | 132 | net/802/tr.c | for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->daddr[0]),TR_ALEN);entry=entry->next); |
rif_table | 171 | net/802/tr.c | for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->saddr[0]),TR_ALEN);entry=entry->next); |
rif_table | 188 | net/802/tr.c | entry->next=rif_table[hash]; |
rif_table | 190 | net/802/tr.c | rif_table[hash]=entry; |
rif_table | 221 | net/802/tr.c | rif_cache entry, *pentry=rif_table+i; |
rif_table | 254 | net/802/tr.c | for(entry=rif_table[i];entry;entry=entry->next) { |