Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp.h1396 extern u_int32_t necp_socket_get_effective_mtu(struct inpcb *inp, u_int32_t current_mtu);
H A Dnecp.c12382 necp_socket_get_effective_mtu(struct inpcb *inp, u_int32_t current_mtu) in necp_socket_get_effective_mtu() function
/xnu-10063.141.1/bsd/netinet/
H A Dtcp_input.c6650 mss = necp_socket_get_effective_mtu(inp, mss); in tcp_mss()
6801 mss = necp_socket_get_effective_mtu(tp->t_inpcb, mss); in tcp_mssopt()
H A Dtcp_subr.c2888 mtu = necp_socket_get_effective_mtu(inp, mtu); in tcp_mtudisc()