Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_usrreq.c452 tcp_mss(tp, -1, IFSCOPE_NONE); in tcp_connect_complete()
1089 tcp_mss(tp, -1, IFSCOPE_NONE); in tcp_send_implied_connect()
H A Dtcp_var.h1791 void tcp_mss(struct tcpcb *, int, unsigned int);
H A Dtcp_input.c6271 tcp_mss(tp, to->to_mss, ifscope); in tcp_finalize_options()
6837 tcp_mss(struct tcpcb *tp, int offer, unsigned int input_ifscope) in tcp_mss() function