Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.h1450 extern u_int32_t necp_socket_get_effective_mtu(struct inpcb *inp, u_int32_t current_mtu);
H A Dnecp.c13515 necp_socket_get_effective_mtu(struct inpcb *inp, u_int32_t current_mtu) in necp_socket_get_effective_mtu() function
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_input.c6997 mss = necp_socket_get_effective_mtu(inp, mss); in tcp_mss()
7149 mss = necp_socket_get_effective_mtu(tp->t_inpcb, mss); in tcp_mssopt()
H A Dtcp_subr.c2934 mtu = necp_socket_get_effective_mtu(inp, mtu); in tcp_mtudisc()