Searched refs:IP6PO_DONTFRAG (Results 1 – 3 of 3) sorted by relevance
240 #define IP6PO_DONTFRAG 0x04 /* no fragmentation (IPV6_DONTFRAG) */ macro
1710 boolean_t dontfrag = (opt != NULL && (opt->ip6po_flags & IP6PO_DONTFRAG)) || in ip6_fragment_packet()3283 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG)) { in ip6_getpcbopt()4031 opt->ip6po_flags &= ~IP6PO_DONTFRAG; in ip6_setpktopt()4033 opt->ip6po_flags |= IP6PO_DONTFRAG; in ip6_setpktopt()
3898 mld_po.ip6po_flags = IP6PO_DONTFRAG; in mld_init()