Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dnecp.h1338 extern u_int32_t necp_socket_get_effective_mtu(struct inpcb *inp, u_int32_t current_mtu);
H A Dnecp.c11630 necp_socket_get_effective_mtu(struct inpcb *inp, u_int32_t current_mtu) in necp_socket_get_effective_mtu() function
/xnu-8796.121.2/bsd/netinet/
H A Dtcp_input.c6565 mss = necp_socket_get_effective_mtu(inp, mss); in tcp_mss()
6728 mss = necp_socket_get_effective_mtu(tp->t_inpcb, mss); in tcp_mssopt()
H A Dtcp_subr.c2858 mtu = necp_socket_get_effective_mtu(inp, mtu); in tcp_mtudisc()