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

/freebsd-11-stable/sys/netinet6/
H A Dip6_var.h183 #define IP6PO_DONTFRAG 0x04 /* disable fragmentation (IPV6_DONTFRAG) */ macro
H A Dip6_output.c968 if ((opt && (opt->ip6po_flags & IP6PO_DONTFRAG)) || tso)
2397 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG))
3000 opt->ip6po_flags &= ~IP6PO_DONTFRAG;
3002 opt->ip6po_flags |= IP6PO_DONTFRAG;
H A Dmld6.c3263 mld_po.ip6po_flags = IP6PO_DONTFRAG;

Completed in 104 milliseconds