taglinefilesource code
rarp_table82net/ipv4/rarp.cstruct rarp_table  *next;             /* Linked entry list           */
rarp_table90net/ipv4/rarp.cstruct rarp_table *rarp_tables = NULL;
rarp_table110net/ipv4/rarp.cstatic inline void rarp_release_entry(struct rarp_table *entry)
rarp_table112net/ipv4/rarp.ckfree_s(entry, sizeof(struct rarp_table));
rarp_table122net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table123net/ipv4/rarp.cstruct rarp_table **pentry;
rarp_table147net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table148net/ipv4/rarp.cstruct rarp_table **pentry;
rarp_table205net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table291net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table353net/ipv4/rarp.centry = (struct rarp_table *) kmalloc(sizeof(struct rarp_table),
rarp_table389net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table488net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table574net/ipv4/rarp.cstruct rarp_table *rt, *rt_next;