Home
last modified time | relevance | path

Searched refs:rt1 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/netfilter/
Dnf_conntrack_h323_main.c730 struct rtable *rt1, *rt2; in callforward_do_filter() local
737 if (!nf_ip_route(net, (struct dst_entry **)&rt1, in callforward_do_filter()
741 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter()
743 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
747 dst_release(&rt1->dst); in callforward_do_filter()
754 struct rt6_info *rt1, *rt2; in callforward_do_filter() local
766 if (!v6ops->route(net, (struct dst_entry **)&rt1, in callforward_do_filter()
770 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter()
772 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
776 dst_release(&rt1->dst); in callforward_do_filter()
/Linux-v4.19/arch/arm/probes/kprobes/
Dactions-thumb.c165 int rt1 = (insn >> 12) & 0xf; in t32_emulate_ldrdstrd() local
169 register unsigned long rt1v asm("r0") = regs->uregs[rt1]; in t32_emulate_ldrdstrd()
183 regs->uregs[rt1] = rt1v; in t32_emulate_ldrdstrd()