Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_subr.c3132 u_int32_t protoHdrOverhead = sizeof(struct tcpiphdr); in tcp_mtudisc() local
3143 protoHdrOverhead = sizeof(struct ip6_hdr) + in tcp_mtudisc()
3175 mss = mtu - protoHdrOverhead; in tcp_mtudisc()