Home
last modified time | relevance | path

Searched refs:IP6PO_MINMTU_ALL (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/netinet6/
HDip6_var.h158 #define IP6PO_MINMTU_ALL 1 /* always send at min MTU */ macro
HDip6_output.c964 else if (opt && opt->ip6po_minmtu == IP6PO_MINMTU_ALL) in ip6_output()
3247 minmtupolicy != IP6PO_MINMTU_ALL) { in ip6_setpktopt()
/freebsd-head/sys/netinet/
HDtcp_subr.c3459 if (opt != NULL && opt->ip6po_minmtu == IP6PO_MINMTU_ALL && in tcp6_use_min_mtu()