Home
last modified time | relevance | path

Searched refs:rt2 (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/net/ipv6/
Dmip6.c291 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-v6.1/net/ipv4/
Dicmp.c482 struct rtable *rt, *rt2; in icmp_route_lookup() local
505 rt2 = rt; in icmp_route_lookup()
510 if (rt != rt2) in icmp_route_lookup()
523 rt2 = __ip_route_output_key(net, &fl4_dec); in icmp_route_lookup()
524 if (IS_ERR(rt2)) in icmp_route_lookup()
525 err = PTR_ERR(rt2); in icmp_route_lookup()
531 rt2 = ip_route_output_key(net, &fl4_2); in icmp_route_lookup()
532 if (IS_ERR(rt2)) { in icmp_route_lookup()
533 err = PTR_ERR(rt2); in icmp_route_lookup()
540 RT_TOS(tos), rt2->dst.dev); in icmp_route_lookup()
[all …]
Dip_options.c593 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-v6.1/net/mpls/
Daf_mpls.c2521 struct mpls_route *rt0 = NULL, *rt2 = NULL; in resize_platform_label_table() local
2547 rt2 = mpls_rt_alloc(1, lo->addr_len, 0); in resize_platform_label_table()
2548 if (IS_ERR(rt2)) in resize_platform_label_table()
2550 rt2->rt_nh->nh_dev = lo; in resize_platform_label_table()
2551 rt2->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
2552 rt2->rt_payload_type = MPT_IPV6; in resize_platform_label_table()
2553 rt2->rt_ttl_propagate = MPLS_TTL_PROP_DEFAULT; in resize_platform_label_table()
2554 rt2->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
2555 rt2->rt_nh->nh_via_alen = lo->addr_len; in resize_platform_label_table()
2556 memcpy(__mpls_nh_via(rt2, rt2->rt_nh), lo->dev_addr, in resize_platform_label_table()
[all …]
/Linux-v6.1/arch/arm64/kernel/
Darmv8_deprecated.c370 int rn, rt2, res = 0; in swp_handler() local
390 rt2 = aarch32_insn_extract_reg_num(instr, A32_RT2_OFFSET); in swp_handler()
393 data = (u32)regs->user_regs.regs[rt2]; in swp_handler()
Dtraps.c729 int rt2 = (esr & ESR_ELx_CP15_64_ISS_RT2_MASK) >> ESR_ELx_CP15_64_ISS_RT2_SHIFT; in compat_cntvct_read_handler() local
733 pt_regs_write_reg(regs, rt2, upper_32_bits(val)); in compat_cntvct_read_handler()
/Linux-v6.1/net/netfilter/
Dnf_conntrack_h323_main.c683 struct rtable *rt1, *rt2; in callforward_do_filter() local
692 if (!nf_ip_route(net, (struct dst_entry **)&rt2, in callforward_do_filter()
695 rt_nexthop(rt2, fl2.daddr) && in callforward_do_filter()
696 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
698 dst_release(&rt2->dst); in callforward_do_filter()
706 struct rt6_info *rt1, *rt2; in callforward_do_filter() local
716 if (!nf_ip6_route(net, (struct dst_entry **)&rt2, in callforward_do_filter()
719 rt6_nexthop(rt2, &fl2.daddr)) && in callforward_do_filter()
720 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter()
722 dst_release(&rt2->dst); in callforward_do_filter()
/Linux-v6.1/arch/arm/probes/kprobes/
Dactions-thumb.c163 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-v6.1/net/mctp/
Droute.c719 struct mctp_route *rt2) in mctp_rt_compare_exact() argument
722 return rt1->dev->net == rt2->dev->net && in mctp_rt_compare_exact()
723 rt1->min == rt2->min && in mctp_rt_compare_exact()
724 rt1->max == rt2->max; in mctp_rt_compare_exact()
/Linux-v6.1/arch/mips/crypto/
Dcrc32-mips.c32 _ASM_MACRO_3R(OP, rt, rs, rt2, \