taglinefilesource code
arp_table111net/inet/arp.cstruct arp_table *arp_tables[ARP_TABLE_SIZE] = {
arp_table121net/inet/arp.cstatic struct arp_table *arp_lookup(unsigned long addr);
arp_table122net/inet/arp.cstatic struct arp_table *arp_lookup_proxy(unsigned long addr);
arp_table257net/inet/arp.cstruct arp_table *apt = NULL;/* =NULL otherwise the compiler gives warnings */
arp_table331net/inet/arp.cstatic struct arp_table *
arp_table334net/inet/arp.cstruct arp_table *apt;
arp_table362net/inet/arp.cstatic struct arp_table *arp_lookup_proxy(unsigned long paddr)
arp_table364net/inet/arp.cstruct arp_table *apt;
arp_table389net/inet/arp.cstruct arp_table *apt;
arp_table390net/inet/arp.cstruct arp_table **lapt;
arp_table410net/inet/arp.ckfree_s(apt, sizeof(struct arp_table));
arp_table421net/inet/arp.cstatic struct arp_table *
arp_table424net/inet/arp.cstruct arp_table *apt;
arp_table431net/inet/arp.capt = (struct arp_table *) kmalloc(sizeof(struct arp_table), GFP_ATOMIC);
arp_table466net/inet/arp.cstruct arp_table *tbl;
arp_table630net/inet/arp.cstruct arp_table *apt;
arp_table681net/inet/arp.cstruct arp_table *apt;
arp_table709net/inet/arp.cstruct arp_table *apt;
arp_table756net/inet/arp.cstruct arp_table *apt;
arp_table792net/inet/arp.cstruct arp_table *apt;
arp_table844net/inet/arp.cstruct arp_table *apt;
arp_table31net/inet/arp.hstruct arp_table    *next;