tag | line | file | source code |
rif_table | 35 | net/802/tr.c | rif_cache rif_table[RIF_TABLE_SIZE]={ NULL, }; |
rif_table | 137 | net/802/tr.c | for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->daddr[0]),TR_ALEN);entry=entry->next); |
rif_table | 176 | net/802/tr.c | for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->saddr[0]),TR_ALEN);entry=entry->next); |
rif_table | 193 | net/802/tr.c | entry->next=rif_table[hash]; |
rif_table | 195 | net/802/tr.c | rif_table[hash]=entry; |
rif_table | 226 | net/802/tr.c | rif_cache entry, *pentry=rif_table+i; |
rif_table | 259 | net/802/tr.c | for(entry=rif_table[i];entry;entry=entry->next) { |