| /linux/net/ipv6/ |
| H A D | mip6.c | 291 struct rt2_hdr *rt2 = (struct rt2_hdr *)skb->data; in mip6_rthdr_input() local 292 int err = rt2->rt_hdr.nexthdr; in mip6_rthdr_input() 309 struct rt2_hdr *rt2; in mip6_rthdr_output() local 318 rt2 = (struct rt2_hdr *)skb_transport_header(skb); in mip6_rthdr_output() 319 rt2->rt_hdr.nexthdr = nexthdr; in mip6_rthdr_output() 320 rt2->rt_hdr.hdrlen = (x->props.header_len >> 3) - 1; in mip6_rthdr_output() 321 rt2->rt_hdr.type = IPV6_SRCRT_TYPE_2; in mip6_rthdr_output() 322 rt2->rt_hdr.segments_left = 1; in mip6_rthdr_output() 323 memset(&rt2->reserved, 0, sizeof(rt2->reserved)); in mip6_rthdr_output() 325 WARN_ON(rt2->rt_hdr.hdrlen != 2); in mip6_rthdr_output() [all …]
|
| /linux/net/ipv4/ |
| H A D | icmp.c | 501 struct rtable *rt, *rt2; in icmp_route_lookup() local 524 rt2 = rt; in icmp_route_lookup() 530 if (rt != rt2) in icmp_route_lookup() 546 rt2 = __ip_route_output_key(net, &fl4_dec); in icmp_route_lookup() 547 if (IS_ERR(rt2)) in icmp_route_lookup() 548 err = PTR_ERR(rt2); in icmp_route_lookup() 554 rt2 = ip_route_output_key(net, &fl4_2); in icmp_route_lookup() 555 if (IS_ERR(rt2)) { in icmp_route_lookup() 556 err = PTR_ERR(rt2); in icmp_route_lookup() 562 dscp, rt2->dst.dev) ? -EINVAL : 0; in icmp_route_lookup() [all …]
|
| H A D | ip_options.c | 593 struct rtable *rt2; in ip_options_rcv_srr() local 621 rt2 = skb_rtable(skb); in ip_options_rcv_srr() 622 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr() 628 if (rt2->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
|
| /linux/net/mctp/test/ |
| H A D | route-test.c | 1159 struct mctp_test_route *rt1, *rt2; in mctp_test_route_gw_lookup() local 1170 rt2 = mctp_test_create_route_gw(&init_net, dev->mdev->net, 10, 9, 0); in mctp_test_route_gw_lookup() 1171 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, rt2); in mctp_test_route_gw_lookup() 1182 mctp_test_route_destroy(test, rt2); in mctp_test_route_gw_lookup() 1189 struct mctp_test_route *rt1, *rt2; in mctp_test_route_gw_loop() local 1200 rt2 = mctp_test_create_route_gw(&init_net, dev->mdev->net, 10, 9, 0); in mctp_test_route_gw_loop() 1201 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, rt2); in mctp_test_route_gw_loop() 1207 mctp_test_route_destroy(test, rt2); in mctp_test_route_gw_loop() 1246 struct mctp_test_route *rt1, *rt2, *rt3; in mctp_test_route_gw_mtu() local 1263 rt2 = mctp_test_create_route_gw(&init_net, netid, 10, 9, mtus->gw); in mctp_test_route_gw_mtu() [all …]
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 2587 struct mpls_route *rt0 = NULL, *rt2 = NULL; in resize_platform_label_table() 2617 rt2 = mpls_rt_alloc(1, lo->addr_len, 0); in resize_platform_label_table() 2618 if (IS_ERR(rt2)) in resize_platform_label_table() 2621 rt2->rt_nh->nh_dev = lo; in resize_platform_label_table() 2622 netdev_hold(lo, &rt2->rt_nh->nh_dev_tracker, GFP_KERNEL); in resize_platform_label_table() 2623 rt2->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table() 2624 rt2->rt_payload_type = MPT_IPV6; in resize_platform_label_table() 2625 rt2->rt_ttl_propagate = MPLS_TTL_PROP_DEFAULT; in resize_platform_label_table() 2626 rt2->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table() 2627 rt2 in resize_platform_label_table() 2572 struct mpls_route *rt0 = NULL, *rt2 = NULL; resize_platform_label_table() local [all...] |
| /linux/arch/arm64/kernel/ |
| H A D | armv8_deprecated.c | 168 int rn, rt2, res = 0; in swp_handler() local 188 rt2 = aarch32_insn_extract_reg_num(instr, A32_RT2_OFFSET); in swp_handler() 191 data = (u32)regs->user_regs.regs[rt2]; in swp_handler()
|
| H A D | traps.c | 752 int rt2 = (esr & ESR_ELx_CP15_64_ISS_RT2_MASK) >> ESR_ELx_CP15_64_ISS_RT2_SHIFT; in compat_cntvct_read_handler() local 756 pt_regs_write_reg(regs, rt2, upper_32_bits(val)); in compat_cntvct_read_handler()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_h323_main.c | 684 struct rtable *rt1, *rt2; in callforward_do_filter() local 693 if (!nf_ip_route(net, (struct dst_entry **)&rt2, in callforward_do_filter() 696 rt_nexthop(rt2, fl2.daddr) && in callforward_do_filter() 697 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter() 699 dst_release(&rt2->dst); in callforward_do_filter() 707 struct rt6_info *rt1, *rt2; in callforward_do_filter() local 717 if (!nf_ip6_route(net, (struct dst_entry **)&rt2, in callforward_do_filter() 720 rt6_nexthop(rt2, &fl2.daddr)) && in callforward_do_filter() 721 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter() 723 dst_release(&rt2->dst); in callforward_do_filter()
|
| /linux/arch/arm/probes/kprobes/ |
| H A D | actions-thumb.c | 163 int rt2 = (insn >> 8) & 0xf; in t32_emulate_ldrdstrd() local 167 register unsigned long rt2v asm("r1") = regs->uregs[rt2]; in t32_emulate_ldrdstrd() 181 regs->uregs[rt2] = rt2v; in t32_emulate_ldrdstrd()
|
| /linux/lib/crc/mips/ |
| H A D | crc32.h | 17 _ASM_MACRO_3R(OP, rt, rs, rt2, \
|
| /linux/net/mctp/ |
| H A D | route.c | 875 struct mctp_route *rt2) in mctp_rt_compare_exact() argument 878 return mctp_route_netid(rt1) == mctp_route_netid(rt2) && in mctp_rt_compare_exact() 879 rt1->min == rt2->min && in mctp_rt_compare_exact() 880 rt1->max == rt2->max; in mctp_rt_compare_exact()
|