Searched refs:tcp_maxmtu (Results 1 – 5 of 5) sorted by relevance
326 max_pmtu = tcp_maxmtu(&inc, NULL); in ipsec4_ctlinput()
1124 pmtu = tcp_maxmtu(&inc, NULL); in ipsec_get_pmtu()
1477 uint32_t tcp_maxmtu(struct in_conninfo *, struct tcp_ifcap *);
3747 maxmtu = tcp_maxmtu(&inp->inp_inc, cap); in tcp_mss_update()3977 maxmtu = tcp_maxmtu(inc, NULL); in tcp_mssopt()
3664 tcp_maxmtu(struct in_conninfo *inc, struct tcp_ifcap *cap) in tcp_maxmtu() function