taglinefilesource code
f118include/asm-mips/fpregdef.h#define fv0f  $f1
f1523net/ipv4/route.cstruct fib_node *f, *f1;
f1644net/ipv4/route.cf1 = fz->fz_list;
f1645net/ipv4/route.cwhile (f1)
f1648net/ipv4/route.cunsigned hash = fz_hash_code(f1->fib_dst, logmask);
f1649net/ipv4/route.cnext = f1->fib_next;
f1650net/ipv4/route.cf1->fib_next = ht[hash];
f1651net/ipv4/route.cht[hash] = f1;
f1652net/ipv4/route.cf1 = next;
f1668net/ipv4/route.cwhile ((f1 = *fp) != NULL)
f1670net/ipv4/route.cif (f1->fib_dst == dst)
f1672net/ipv4/route.cfp = &f1->fib_next;
f1678net/ipv4/route.cwhile ((f1 = *fp) != NULL && f1->fib_dst == dst)
f1680net/ipv4/route.cif (f1->fib_metric >= metric)
f1687net/ipv4/route.cif (f1->fib_info->fib_gateway == gw)
f1689net/ipv4/route.cfp = &f1->fib_next;
f1696net/ipv4/route.cif (f1 && f1->fib_metric == metric && f1->fib_info == fi)
f1707net/ipv4/route.cf->fib_next = f1;
f1724net/ipv4/route.cwhile ((f1 = *fp) != NULL && f1->fib_dst == dst)
f1726net/ipv4/route.cif (f1->fib_info->fib_gateway == gw)
f1729net/ipv4/route.c*fp = f1->fib_next;
f1730net/ipv4/route.cif (fib_loopback == f1)
f1733net/ipv4/route.cip_netlink_msg(RTMSG_DELROUTE, dst, gw, mask, flags, metric, f1->fib_info->fib_dev->name);
f1734net/ipv4/route.cfib_free_node(f1);
f1738net/ipv4/route.cfp = &f1->fib_next;