Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_input.c300 uint32_t max_pmtu; in ipsec4_ctlinput() local
324 max_pmtu = tcp_hc_getmtu(&inc); in ipsec4_ctlinput()
325 if (max_pmtu == 0) in ipsec4_ctlinput()
326 max_pmtu = tcp_maxmtu(&inc, NULL); in ipsec4_ctlinput()
328 if (pmtu < max_pmtu) in ipsec4_ctlinput()