Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp.h115 #define TCPOLEN_SACKHDR 2 macro
H A Dtcp_output.c1888 if (TCP_MAXOLEN - optlen < TCPOLEN_SACKHDR + TCPOLEN_SACK) in tcp_addoptions()
1890 optlen += TCPOLEN_SACKHDR; in tcp_addoptions()
1894 *optp++ = TCPOLEN_SACKHDR + sackblks * TCPOLEN_SACK; in tcp_addoptions()
H A Dtcp_log_buf.c3095 if (optlen == TCPOLEN_SACKHDR || in db_print_tcphdr()
H A Dtcp_subr.c3814 optlen += TCPOLEN_SACKHDR; in tcp_maxseg()