Searched defs:ip6_pktopts (Results 1 – 1 of 1) sorted by relevance
127 struct ip6_pktopts { struct128 struct mbuf *ip6po_m; /* Pointer to mbuf storing the data */129 int ip6po_hlim; /* Hoplimit for outgoing packets */130 struct in6_pktinfo *ip6po_pktinfo; /* Outgoing IF/address information */131 struct sockaddr *ip6po_nexthop; /* Next-hop address */132 struct ip6_hbh *ip6po_hbh; /* Hop-by-Hop options header */133 struct ip6_dest *ip6po_dest1; /* Destination options header(1st part) */134 struct ip6po_rhinfo ip6po_rhinfo; /* Routing header related info. */135 struct ip6_dest *ip6po_dest2; /* Destination options header(2nd part) */