Home
last modified time | relevance | path

Searched refs:rt1 (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_h323_main.c729 struct rtable *rt1, *rt2; in callforward_do_filter() local
736 if (!nf_ip_route(net, (struct dst_entry **)&rt1, in callforward_do_filter()
740 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter()
742 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
746 dst_release(&rt1->dst); in callforward_do_filter()
752 struct rt6_info *rt1, *rt2; in callforward_do_filter() local
760 if (!nf_ip6_route(net, (struct dst_entry **)&rt1, in callforward_do_filter()
764 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter()
766 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
770 dst_release(&rt1 in callforward_do_filter()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_h323_main.c683 struct rtable *rt1, *rt2; in callforward_do_filter() local
690 if (!nf_ip_route(net, (struct dst_entry **)&rt1, in callforward_do_filter()
694 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter()
696 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
700 dst_release(&rt1->dst); in callforward_do_filter()
706 struct rt6_info *rt1, *rt2; in callforward_do_filter() local
714 if (!nf_ip6_route(net, (struct dst_entry **)&rt1, in callforward_do_filter()
718 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter()
720 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
724 dst_release(&rt1 in callforward_do_filter()
[all...]
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
H 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()
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/
H 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()
/kernel/linux/linux-6.6/net/mctp/
H A Droute.c726 static bool mctp_rt_compare_exact(struct mctp_route *rt1, in mctp_rt_compare_exact() argument
730 return rt1->dev->net == rt2->dev->net && in mctp_rt_compare_exact()
731 rt1->min == rt2->min && in mctp_rt_compare_exact()
732 rt1->max == rt2->max; in mctp_rt_compare_exact()

Completed in 8 milliseconds