taglinefilesource code
arp_table116net/inet/arp.cstruct arp_table *arp_tables[ARP_TABLE_SIZE] = {
arp_table126net/inet/arp.cstatic struct arp_table *arp_lookup(unsigned long addr);
arp_table127net/inet/arp.cstatic struct arp_table *arp_lookup_proxy(unsigned long addr);
arp_table262net/inet/arp.cstruct arp_table *apt = NULL;/* =NULL otherwise the compiler gives warnings */
arp_table335net/inet/arp.cstatic struct arp_table *
arp_table338net/inet/arp.cstruct arp_table *apt;
arp_table366net/inet/arp.cstatic struct arp_table *arp_lookup_proxy(unsigned long paddr)
arp_table368net/inet/arp.cstruct arp_table *apt;
arp_table393net/inet/arp.cstruct arp_table *apt;
arp_table394net/inet/arp.cstruct arp_table **lapt;
arp_table416net/inet/arp.ckfree_s(apt, sizeof(struct arp_table));
arp_table444net/inet/arp.cstatic struct arp_table *
arp_table447net/inet/arp.cstruct arp_table *apt;
arp_table454net/inet/arp.capt = (struct arp_table *) kmalloc(sizeof(struct arp_table), GFP_ATOMIC);
arp_table489net/inet/arp.cstruct arp_table *tbl;
arp_table655net/inet/arp.cstruct arp_table *apt;
arp_table706net/inet/arp.cstruct arp_table *apt;
arp_table734net/inet/arp.cstruct arp_table *apt;
arp_table781net/inet/arp.cstruct arp_table *apt;
arp_table818net/inet/arp.cstruct arp_table *apt;
arp_table875net/inet/arp.cstruct arp_table *apt;
arp_table31net/inet/arp.hstruct arp_table    *next;