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_table117net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table118net/ipv4/rarp.cstruct rarp_table **pentry;
rarp_table142net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table143net/ipv4/rarp.cstruct rarp_table **pentry;
rarp_table200net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table286net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table351net/ipv4/rarp.centry = (struct rarp_table *) kmalloc(sizeof(struct rarp_table),
rarp_table387net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table486net/ipv4/rarp.cstruct rarp_table *entry;
rarp_table566net/ipv4/rarp.cstruct rarp_table *rt, *rt_next;