Home | History | Annotate | Download | only in netinet6

Lines Matching refs:ip6po_rthdr

271 		MAKE_EXTHDR(opt->ip6po_rthdr, &exthdrs.ip6e_rthdr);
462 if (opt && opt->ip6po_rthdr)
2167 if (pktopt && pktopt->ip6po_rthdr) {
2168 optdata = (void *)pktopt->ip6po_rthdr;
2169 ip6e = (struct ip6_ext *)pktopt->ip6po_rthdr;
2305 PKTOPT_EXTHDRCPY(ip6po_rthdr); /* not copy the cached route */
2314 if (dst->ip6po_rthdr) free(dst->ip6po_rthdr, M_IP6OPT);
3119 if (opt->ip6po_rthdr == NULL)
3170 opt->ip6po_rthdr = malloc(rthlen, M_IP6OPT, M_NOWAIT);
3171 if (opt->ip6po_rthdr == NULL)
3173 memcpy(opt->ip6po_rthdr, rth, rthlen);
3322 len += elen(in6p_outputopts(inp)->ip6po_rthdr);