Home
last modified time | relevance | path

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

/linux/net/netfilter/
A 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()
753 struct rt6_info *rt1, *rt2; in callforward_do_filter() local
761 if (!nf_ip6_route(net, (struct dst_entry **)&rt1, in callforward_do_filter()
765 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter()
767 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
771 dst_release(&rt1->dst); in callforward_do_filter()
/linux/arch/arm/probes/kprobes/
A Dactions-thumb.c162 int rt1 = (insn >> 12) & 0xf; in t32_emulate_ldrdstrd() local
166 register unsigned long rt1v asm("r0") = regs->uregs[rt1]; in t32_emulate_ldrdstrd()
180 regs->uregs[rt1] = rt1v; in t32_emulate_ldrdstrd()
/linux/net/mctp/
A Droute.c665 static bool mctp_rt_compare_exact(struct mctp_route *rt1, in mctp_rt_compare_exact() argument
669 return rt1->dev->net == rt2->dev->net && in mctp_rt_compare_exact()
670 rt1->min == rt2->min && in mctp_rt_compare_exact()
671 rt1->max == rt2->max; in mctp_rt_compare_exact()

Completed in 11 milliseconds