Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c166 static uint32_t iptun_get_maxmtu(iptun_t *, ip_xmit_attr_t *, uint32_t);
358 uint32_t maxmtu = iptun_get_maxmtu(iptun, NULL, 0); in iptun_m_setprop()
431 iptun_get_maxmtu(iptun, NULL, 0)); in iptun_m_propinfo()
1956 iptun_get_maxmtu(iptun_t *iptun, ip_xmit_attr_t *ixa, uint32_t new_pmtu) in iptun_get_maxmtu() function
2039 newmtu = iptun_get_maxmtu(iptun, ixa, new_pmtu); in iptun_update_mtu()