taglinefilesource code
arp_table118net/inet/arp.cstruct arp_table *arp_tables[ARP_TABLE_SIZE] = {
arp_table128net/inet/arp.cstatic struct arp_table *arp_lookup(unsigned long addr);
arp_table129net/inet/arp.cstatic struct arp_table *arp_lookup_proxy(unsigned long addr);
arp_table286net/inet/arp.cstruct arp_table *apt = NULL;/* =NULL otherwise the compiler gives warnings */
arp_table359net/inet/arp.cstatic struct arp_table *
arp_table362net/inet/arp.cstruct arp_table *apt;
arp_table390net/inet/arp.cstatic struct arp_table *arp_lookup_proxy(unsigned long paddr)
arp_table392net/inet/arp.cstruct arp_table *apt;
arp_table417net/inet/arp.cstruct arp_table *apt;
arp_table418net/inet/arp.cstruct arp_table **lapt;
arp_table440net/inet/arp.ckfree_s(apt, sizeof(struct arp_table));
arp_table468net/inet/arp.cstatic struct arp_table *
arp_table471net/inet/arp.cstruct arp_table *apt;
arp_table478net/inet/arp.capt = (struct arp_table *) kmalloc(sizeof(struct arp_table), GFP_ATOMIC);
arp_table513net/inet/arp.cstruct arp_table *tbl;
arp_table679net/inet/arp.cstruct arp_table *apt;
arp_table730net/inet/arp.cstruct arp_table *apt;
arp_table758net/inet/arp.cstruct arp_table *apt;
arp_table807net/inet/arp.cstruct arp_table *apt;
arp_table844net/inet/arp.cstruct arp_table *apt;
arp_table901net/inet/arp.cstruct arp_table *apt;
arp_table31net/inet/arp.hstruct arp_table    *next;