Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.h1231 extern u_int32_t necp_socket_get_effective_mtu(struct inpcb *inp, u_int32_t current_mtu);
H A Dnecp.c11140 necp_socket_get_effective_mtu(struct inpcb *inp, u_int32_t current_mtu) in necp_socket_get_effective_mtu() function
/xnu-8019.80.24/bsd/netinet/
H A Dtcp_input.c6279 mss = necp_socket_get_effective_mtu(inp, mss); in tcp_mss()
6442 mss = necp_socket_get_effective_mtu(tp->t_inpcb, mss); in tcp_mssopt()
H A Dtcp_subr.c2852 mtu = necp_socket_get_effective_mtu(inp, mtu); in tcp_mtudisc()