Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp.h98 #define TCPOLEN_SACKHDR 2 macro
H A Dtcp_output.c1841 if (TCP_MAXOLEN - optlen < TCPOLEN_SACKHDR + TCPOLEN_SACK) in tcp_addoptions()
1843 optlen += TCPOLEN_SACKHDR; in tcp_addoptions()
1847 *optp++ = TCPOLEN_SACKHDR + sackblks * TCPOLEN_SACK; in tcp_addoptions()
H A Dtcp_subr.c3042 optlen += TCPOLEN_SACKHDR; in tcp_maxseg()
/f-stack/tools/compat/include/netinet/
H A Dtcp.h98 #define TCPOLEN_SACKHDR 2 macro