Searched defs: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);
431 iptun_get_maxmtu(iptun, NULL, 0));
1956 iptun_get_maxmtu(iptun_t *iptun, ip_xmit_attr_t *ixa, uint32_t new_pmtu) function
2039 newmtu = iptun_get_maxmtu(iptun, ixa, new_pmtu);

Completed in 67 milliseconds