taglinefilesource code
arp_table77net/inet/arp.cstruct arp_table    *next;      /* Linked entry list     */
arp_table131net/inet/arp.cstatic struct arp_table *arp_lookup(unsigned long paddr, int exact);
arp_table162net/inet/arp.cstruct arp_table *arp_tables[FULL_ARP_TABLE_SIZE] =
arp_table194net/inet/arp.cstruct arp_table *entry;
arp_table195net/inet/arp.cstruct arp_table **pentry = &arp_tables[i];
arp_table204net/inet/arp.ckfree_s(entry, sizeof(struct arp_table));
arp_table226net/inet/arp.cstatic void arp_release_entry(struct arp_table *entry)
arp_table242net/inet/arp.ckfree_s(entry, sizeof(struct arp_table));
arp_table262net/inet/arp.cstruct arp_table *entry;
arp_table263net/inet/arp.cstruct arp_table **pentry = &arp_tables[i];
arp_table271net/inet/arp.ckfree_s(entry, sizeof(struct arp_table));
arp_table359net/inet/arp.cstruct arp_table *entry = (struct arp_table *) arg;
arp_table360net/inet/arp.cstruct arp_table **pentry;
arp_table434net/inet/arp.cstatic void arp_send_q(struct arp_table *entry, unsigned char *hw_dest)
arp_table487net/inet/arp.cstruct arp_table *entry;
arp_table488net/inet/arp.cstruct arp_table **pentry;
arp_table534net/inet/arp.cstruct arp_table *entry;
arp_table535net/inet/arp.cstruct arp_table *proxy_entry;
arp_table748net/inet/arp.centry = (struct arp_table *)kmalloc(sizeof(struct arp_table),GFP_ATOMIC);
arp_table788net/inet/arp.cstruct arp_table *entry;
arp_table845net/inet/arp.centry = (struct arp_table *) kmalloc(sizeof(struct arp_table),
arp_table902net/inet/arp.cstruct arp_table *entry;
arp_table977net/inet/arp.cstatic struct arp_table *arp_lookup(unsigned long paddr, int exact)
arp_table979net/inet/arp.cstruct arp_table *entry;
arp_table1002net/inet/arp.cstruct arp_table *entry;
arp_table1076net/inet/arp.centry = (struct arp_table *) kmalloc(sizeof(struct arp_table),
arp_table1119net/inet/arp.cstruct arp_table *entry;