Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_var.h825 u_int tcp_optlen(struct tcpcb *);
H A Dtcp_subr.c1768 mss -= tcp_optlen(tp); in tcp_mss_from_peer()
2129 tcp_optlen(struct tcpcb *tp) in tcp_optlen() function
H A Dtcp_output.c307 optlen = tcp_optlen(tp); in tcp_segsize()