tag | line | file | source code |
f1 | 18 | include/asm-mips/fpregdef.h | #define fv0f $f1 |
f1 | 520 | net/ipv4/route.c | struct fib_node *f, *f1; |
f1 | 640 | net/ipv4/route.c | f1 = fz->fz_list; |
f1 | 641 | net/ipv4/route.c | while (f1) |
f1 | 644 | net/ipv4/route.c | unsigned hash = fz_hash_code(f1->fib_dst, logmask); |
f1 | 645 | net/ipv4/route.c | next = f1->fib_next; |
f1 | 646 | net/ipv4/route.c | f1->fib_next = ht[hash]; |
f1 | 647 | net/ipv4/route.c | ht[hash] = f1; |
f1 | 648 | net/ipv4/route.c | f1 = next; |
f1 | 664 | net/ipv4/route.c | while ((f1 = *fp) != NULL) |
f1 | 666 | net/ipv4/route.c | if (f1->fib_dst == dst) |
f1 | 668 | net/ipv4/route.c | fp = &f1->fib_next; |
f1 | 674 | net/ipv4/route.c | while ((f1 = *fp) != NULL && f1->fib_dst == dst) |
f1 | 676 | net/ipv4/route.c | if (f1->fib_metric >= metric) |
f1 | 683 | net/ipv4/route.c | if (f1->fib_info->fib_gateway == gw) |
f1 | 685 | net/ipv4/route.c | fp = &f1->fib_next; |
f1 | 692 | net/ipv4/route.c | if (f1 && f1->fib_metric == metric && f1->fib_info == fi) |
f1 | 703 | net/ipv4/route.c | f->fib_next = f1; |
f1 | 720 | net/ipv4/route.c | while ((f1 = *fp) != NULL && f1->fib_dst == dst) |
f1 | 722 | net/ipv4/route.c | if (f1->fib_info->fib_gateway == gw) |
f1 | 725 | net/ipv4/route.c | *fp = f1->fib_next; |
f1 | 726 | net/ipv4/route.c | if (fib_loopback == f1) |
f1 | 729 | net/ipv4/route.c | ip_netlink_msg(RTMSG_DELROUTE, dst, gw, mask, flags, metric, f1->fib_info->fib_dev->name); |
f1 | 730 | net/ipv4/route.c | fib_free_node(f1); |
f1 | 734 | net/ipv4/route.c | fp = &f1->fib_next; |