Home
last modified time | relevance | path

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

/linux/net/mctp/test/
H A Droute-test.c1200 struct mctp_test_route *rt1, *rt2; in mctp_test_route_extaddr_input()
1209 rt1 = mctp_test_create_route_direct(&init_net, dev->mdev, 9, 0); in mctp_test_route_gw_lookup()
1210 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, rt1); in mctp_test_route_gw_lookup()
1224 mctp_test_route_destroy(test, rt1); in mctp_test_route_gw_lookup()
1230 struct mctp_test_route *rt1, *rt2; in mctp_test_route_gw_lookup()
1239 rt1 = mctp_test_create_route_gw(&init_net, dev->mdev->net, 9, 10, 0); in mctp_test_route_gw_loop()
1240 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, rt1); in mctp_test_route_gw_loop()
1249 mctp_test_route_destroy(test, rt1); in mctp_test_route_gw_loop()
1287 struct mctp_test_route *rt1, *rt2, *rt3;
1301 rt1 in mctp_test_route_gw_mtu()
1206 struct mctp_test_route *rt1, *rt2; mctp_test_route_gw_lookup() local
1236 struct mctp_test_route *rt1, *rt2; mctp_test_route_gw_loop() local
1293 struct mctp_test_route *rt1, *rt2, *rt3; mctp_test_route_gw_mtu() local
1660 struct mctp_test_route *rt1, *rt2; mctp_test_route_output_gw_no_eids() local
[all...]
/linux/net/netfilter/
H A Dnf_conntrack_h323_main.c681 struct rtable *rt1, *rt2; in callforward_do_filter()
688 if (!nf_ip_route(net, (struct dst_entry **)&rt1, in callforward_do_filter()
692 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter()
694 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
698 dst_release(&rt1->dst); in callforward_do_filter()
704 struct rt6_info *rt1, *rt2; in callforward_do_filter()
712 if (!nf_ip6_route(net, (struct dst_entry **)&rt1, in callforward_do_filter()
716 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter()
718 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
722 dst_release(&rt1 in callforward_do_filter()
684 struct rtable *rt1, *rt2; callforward_do_filter() local
707 struct rt6_info *rt1, *rt2; callforward_do_filter() local
[all...]
/linux/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()
/linux/net/mctp/
H A Droute.c876 static bool mctp_rt_compare_exact(struct mctp_route *rt1, in mctp_rt_compare_exact() argument
880 return mctp_route_netid(rt1) == mctp_route_netid(rt2) && in mctp_rt_compare_exact()
881 rt1->min == rt2->min && in mctp_rt_compare_exact()
882 rt1->max == rt2->max; in mctp_rt_compare_exact()