Searched refs:IP6PO_DONTFRAG (Results 1 – 2 of 2) sorted by relevance
127 #define IP6PO_DONTFRAG 0x04 /* disable fragmentation (IPV6_DONTFRAG) */ macro
795 if (opt && (opt->ip6po_flags & IP6PO_DONTFRAG)) in ip6_output()2195 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG)) in ip6_getpcbopt()3192 opt->ip6po_flags &= ~IP6PO_DONTFRAG; in ip6_setpktopt()3194 opt->ip6po_flags |= IP6PO_DONTFRAG; in ip6_setpktopt()