IP6PO_DONTFRAG
if ((opt && (opt->ip6po_flags & IP6PO_DONTFRAG)) || tso)
if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG))
opt->ip6po_flags &= ~IP6PO_DONTFRAG;
opt->ip6po_flags |= IP6PO_DONTFRAG;
mld_po.ip6po_flags = IP6PO_DONTFRAG;