Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/netinet/
H A Dtcp_input.c294 static inline unsigned int tcp_maxmtu6(struct rtentry *);
6400 tcp_maxmtu6(struct rtentry *rt) in tcp_maxmtu6() function
6434 maxmtu = tcp_maxmtu6(rt); in get_maxmtu()
6561 mss = (isipv6 ? tcp_maxmtu6(rt) : tcp_maxmtu(rt)); in tcp_mss()
6722 mss = (isipv6 ? tcp_maxmtu6(rt) : tcp_maxmtu(rt)); in tcp_mssopt()