Searched refs:TCPOLEN_SACKHDR (Results 1 – 4 of 4) sorted by relevance
98 #define TCPOLEN_SACKHDR 2 macro
1841 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()
3042 optlen += TCPOLEN_SACKHDR; in tcp_maxseg()