Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_var.h158 #define IP6PO_MINMTU_ALL 1 /* always send at min MTU */ macro
H A Dip6_output.c964 else if (opt && opt->ip6po_minmtu == IP6PO_MINMTU_ALL) in ip6_output()
3247 minmtupolicy != IP6PO_MINMTU_ALL) { in ip6_setpktopt()
/freebsd/sys/netinet/
H A Dtcp_subr.c3479 if (opt != NULL && opt->ip6po_minmtu == IP6PO_MINMTU_ALL && in tcp6_use_min_mtu()