taglinefilesource code
rarp_table77net/ipv4/rarp.cstruct rarp_table  *next;             /* Linked entry list           */
rarp_table85net/ipv4/rarp.cstruct rarp_table *rarp_tables = NULL;
rarp_table105net/ipv4/rarp.cstatic inline void rarp_release_entry(struct rarp_table *entry)
rarp_table107net/ipv4/rarp.ckfree_s(entry, sizeof(struct rarp_table));
rarp_table118net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table119net/ipv4/rarp.cstruct rarp_table **pentry;
rarp_table143net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table144net/ipv4/rarp.cstruct rarp_table **pentry;
rarp_table201net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table287net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table352net/ipv4/rarp.centry = (struct rarp_table *) kmalloc(sizeof(struct rarp_table),
rarp_table391net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table490net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table570net/ipv4/rarp.cstruct rarp_table *rt, *rt_next;