Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c284 static inline unsigned int tcp_maxmtu(struct rtentry *);
6742 tcp_maxmtu(struct rtentry *rt) in tcp_maxmtu() function
6803 maxmtu = tcp_maxmtu(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()