Searched refs:ip6po_rhi_rthdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netinet6/
H A Dip6_var.h130 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */ member in struct:ip6po_rhinfo
133 #define ip6po_rthdr ip6po_rhinfo.ip6po_rhi_rthdr
H A Dip6_output.c2261 opt->ip6po_rhinfo.ip6po_rhi_rthdr)
2458 if (pktopt->ip6po_rhinfo.ip6po_rhi_rthdr)
2459 free(pktopt->ip6po_rhinfo.ip6po_rhi_rthdr, M_IP6OPT);
2460 pktopt->ip6po_rhinfo.ip6po_rhi_rthdr = NULL;

Completed in 97 milliseconds