Home
last modified time | relevance | path

Searched refs:srcrt (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv6/
H A Dexthdrs.c428 opt->srcrt = skb_network_header_len(skb); in ipv6_srh_rcv()
429 opt->lastopt = opt->srcrt; in ipv6_srh_rcv()
537 opt->srcrt = skb_network_header_len(skb); in ipv6_rpl_srh_rcv()
538 opt->lastopt = opt->srcrt; in ipv6_rpl_srh_rcv()
723 opt->lastopt = opt->srcrt = skb_network_header_len(skb); in ipv6_rthdr_rcv()
1210 if (opt->srcrt) { in ipv6_push_nfrag_opts()
1211 proto = ipv6_push_rthdr(skb, proto, opt->srcrt, daddr, saddr); in ipv6_push_nfrag_opts()
1246 if (opt2->srcrt) in ipv6_dup_options()
1247 *((char **)&opt2->srcrt) += dif; in ipv6_dup_options()
1304 if (newtype != IPV6_RTHDR && opt->srcrt) in ipv6_renew_options()
[all …]
H A Ddatagram.c665 (np->rxopt.bits.dstopts || np->rxopt.bits.srcrt)) { in ip6_datagram_recv_specific_ctl()
699 if (np->rxopt.bits.srcrt) in ip6_datagram_recv_specific_ctl()
746 if (np->rxopt.bits.osrcrt && opt->srcrt) { in ip6_datagram_recv_specific_ctl()
747 struct ipv6_rt_hdr *rthdr = (struct ipv6_rt_hdr *)(nh + opt->srcrt); in ip6_datagram_recv_specific_ctl()
1014 orthdr = opt->srcrt; in ip6_datagram_send_ctl()
1018 opt->srcrt = rthdr; in ip6_datagram_send_ctl()
H A Dip6_flowlabel.c320 opt_space->srcrt = fl_opt->srcrt; in fl6_merge_options()
327 opt_space->srcrt = NULL; in fl6_merge_options()
H A Dip6_output.c622 opt->srcrt == 0 && !skb_sec_path(skb)) { in ip6_forward()
1414 nopt->srcrt = ip6_rthdr_dup(opt->srcrt, sk->sk_allocation); in ip6_setup_cork()
1415 if (opt->srcrt && !nopt->srcrt) in ip6_setup_cork()
1915 kfree(opt->srcrt); in ip6_cork_release()
H A Daf_inet6.c851 (opt->srcrt && (np->rxopt.bits.srcrt || in ipv6_opt_accepted()
/linux/include/linux/
H A Dipv6.h160 __u16 srcrt; member
257 u16 srcrt:1, member
/linux/include/net/
H A Dipv6.h306 struct ipv6_rt_hdr *srcrt; /* Routing Header */ member