Searched defs:ip6_pktopts (Results 1 – 1 of 1) sorted by relevance
104 struct ip6_pktopts { struct105 int ip6po_hlim; /* Hoplimit for outgoing packets */106 struct in6_pktinfo *ip6po_pktinfo; /* Outgoing IF/address information */107 struct ip6po_nhinfo ip6po_nhinfo; /* Next-hop address information */108 struct ip6_hbh *ip6po_hbh; /* Hop-by-Hop options header */109 struct ip6_dest *ip6po_dest1; /* Destination options header(1st part) */110 struct ip6po_rhinfo ip6po_rhinfo; /* Routing header related info. */111 struct ip6_dest *ip6po_dest2; /* Destination options header(2nd part) */112 int ip6po_tclass; /* traffic class */113 int ip6po_minmtu; /* fragment vs PMTU discovery policy */[all …]