tag | line | file | source code |
---|---|---|---|
tbl | 468 | net/inet/arp.c | struct arp_table *tbl; |
tbl | 502 | net/inet/arp.c | tbl = arp_lookup(src); |
tbl | 503 | net/inet/arp.c | if (tbl != NULL) { |
tbl | 505 | net/inet/arp.c | memcpy(tbl->ha, ptr, arp->ar_hln); |
tbl | 506 | net/inet/arp.c | tbl->hlen = arp->ar_hln; |
tbl | 507 | net/inet/arp.c | tbl->flags |= ATF_COM; |
tbl | 508 | net/inet/arp.c | tbl->last_used = jiffies; |
tbl | 515 | net/inet/arp.c | tbl = arp_create(src, ptr, arp->ar_hln, arp->ar_hrd); |
tbl | 516 | net/inet/arp.c | if (tbl == NULL) { |