taglinefilesource code
arp_table80net/inet/arp.cstruct arp_table    *next;      /* Linked entry list     */
arp_table134net/inet/arp.cstatic struct arp_table *arp_lookup(unsigned long paddr, int exact);
arp_table165net/inet/arp.cstruct arp_table *arp_tables[FULL_ARP_TABLE_SIZE] =
arp_table197net/inet/arp.cstruct arp_table *entry;
arp_table198net/inet/arp.cstruct arp_table **pentry = &arp_tables[i];
arp_table207net/inet/arp.ckfree_s(entry, sizeof(struct arp_table));
arp_table229net/inet/arp.cstatic void arp_release_entry(struct arp_table *entry)
arp_table245net/inet/arp.ckfree_s(entry, sizeof(struct arp_table));
arp_table269net/inet/arp.cstruct arp_table *entry;
arp_table270net/inet/arp.cstruct arp_table **pentry = &arp_tables[i];
arp_table278net/inet/arp.ckfree_s(entry, sizeof(struct arp_table));
arp_table367net/inet/arp.cstruct arp_table *entry = (struct arp_table *) arg;
arp_table368net/inet/arp.cstruct arp_table **pentry;
arp_table442net/inet/arp.cstatic void arp_send_q(struct arp_table *entry, unsigned char *hw_dest)
arp_table495net/inet/arp.cstruct arp_table *entry;
arp_table496net/inet/arp.cstruct arp_table **pentry;
arp_table542net/inet/arp.cstruct arp_table *entry;
arp_table543net/inet/arp.cstruct arp_table *proxy_entry;
arp_table759net/inet/arp.centry = (struct arp_table *)kmalloc(sizeof(struct arp_table),GFP_ATOMIC);
arp_table799net/inet/arp.cstruct arp_table *entry;
arp_table880net/inet/arp.centry = (struct arp_table *) kmalloc(sizeof(struct arp_table),
arp_table937net/inet/arp.cstruct arp_table *entry;
arp_table1012net/inet/arp.cstatic struct arp_table *arp_lookup(unsigned long paddr, int exact)
arp_table1014net/inet/arp.cstruct arp_table *entry;
arp_table1037net/inet/arp.cstruct arp_table *entry;
arp_table1120net/inet/arp.centry = (struct arp_table *) kmalloc(sizeof(struct arp_table),
arp_table1163net/inet/arp.cstruct arp_table *entry;