Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c293 static inline unsigned int tcp_maxmtu6(struct rtentry *);
6767 tcp_maxmtu6(struct rtentry *rt) in tcp_maxmtu6() function
6801 maxmtu = tcp_maxmtu6(rt); in get_maxmtu()
6925 mss = (isipv6 ? tcp_maxmtu6(rt) : tcp_maxmtu(rt)); in tcp_mss()
7073 mss = (isipv6 ? tcp_maxmtu6(rt) : tcp_maxmtu(rt)); in tcp_mssopt()