taglinefilesource code
arp_table113net/inet/arp.cstruct arp_table *arp_tables[ARP_TABLE_SIZE] = {
arp_table123net/inet/arp.cstatic struct arp_table *arp_lookup(unsigned long addr);
arp_table124net/inet/arp.cstatic struct arp_table *arp_lookup_proxy(unsigned long addr);
arp_table259net/inet/arp.cstruct arp_table *apt = NULL;/* =NULL otherwise the compiler gives warnings */
arp_table333net/inet/arp.cstatic struct arp_table *
arp_table336net/inet/arp.cstruct arp_table *apt;
arp_table364net/inet/arp.cstatic struct arp_table *arp_lookup_proxy(unsigned long paddr)
arp_table366net/inet/arp.cstruct arp_table *apt;
arp_table391net/inet/arp.cstruct arp_table *apt;
arp_table392net/inet/arp.cstruct arp_table **lapt;
arp_table412net/inet/arp.ckfree_s(apt, sizeof(struct arp_table));
arp_table423net/inet/arp.cstatic struct arp_table *
arp_table426net/inet/arp.cstruct arp_table *apt;
arp_table433net/inet/arp.capt = (struct arp_table *) kmalloc(sizeof(struct arp_table), GFP_ATOMIC);
arp_table468net/inet/arp.cstruct arp_table *tbl;
arp_table635net/inet/arp.cstruct arp_table *apt;
arp_table686net/inet/arp.cstruct arp_table *apt;
arp_table714net/inet/arp.cstruct arp_table *apt;
arp_table761net/inet/arp.cstruct arp_table *apt;
arp_table797net/inet/arp.cstruct arp_table *apt;
arp_table849net/inet/arp.cstruct arp_table *apt;
arp_table31net/inet/arp.hstruct arp_table    *next;