Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_var.h818 u_int tcp_hdrsz(struct tcpcb *);
H A Dtcp_subr.c1456 if (mtu >= tcp_hdrsz(tp) + tp->t_pmtud_mss_acked) { in tcp_ctlinput()
2147 tcp_hdrsz(struct tcpcb *tp) in tcp_hdrsz() function