Searched refs:ip6po_flags (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netinet6/
H A Dip6_var.h178 int ip6po_flags; member in struct:ip6_pktopts
H A Dip6_output.c968 if ((opt && (opt->ip6po_flags & IP6PO_DONTFRAG)) || tso)
2397 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG))
2494 dst->ip6po_flags = src->ip6po_flags;
3000 opt->ip6po_flags &= ~IP6PO_DONTFRAG;
3002 opt->ip6po_flags |= IP6PO_DONTFRAG;
H A Dmld6.c3263 mld_po.ip6po_flags = IP6PO_DONTFRAG;

Completed in 184 milliseconds