Searched refs:IP6PO_DONTFRAG (Results 1 – 4 of 4) sorted by relevance
175 #define IP6PO_DONTFRAG 0x04 /* disable fragmentation (IPV6_DONTFRAG) */ macro
1145 if ((opt && (opt->ip6po_flags & IP6PO_DONTFRAG)) || tso) in ip6_output()2656 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG)) in ip6_getpcbopt()3259 opt->ip6po_flags &= ~IP6PO_DONTFRAG; in ip6_setpktopt()3261 opt->ip6po_flags |= IP6PO_DONTFRAG; in ip6_setpktopt()
3298 mld_po.ip6po_flags = IP6PO_DONTFRAG; in mld_init()