Searched refs:V_path_mtu_discovery (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dtcp_timewait.c598 if (V_path_mtu_discovery)
H A Dtcp_var.h641 #define V_path_mtu_discovery VNET(path_mtu_discovery) macro
H A Dtcp_input.c3501 if (!V_path_mtu_discovery &&
3512 if (!V_path_mtu_discovery &&
H A Dtcp_output.c1285 if (V_path_mtu_discovery && tp->t_maxopd > V_tcp_minmss)
H A Dtcp_syncache.c1423 if (V_path_mtu_discovery && ((sc->sc_flags & SCF_UNREACH) == 0))
H A Dtcp_subr.c590 if (V_path_mtu_discovery)
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c68 #define V_path_mtu_discovery path_mtu_discovery macro
669 ip->ip_off = V_path_mtu_discovery ? IP_DF : 0;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c2483 h->ip_off = V_path_mtu_discovery ? IP_DF : 0;

Completed in 306 milliseconds