Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp.h85 #define PADTCPOLEN(len) ((((len) / 4) + !!((len) % 4)) * 4) macro
HDtcp_subr.c3501 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_maxseg()
3506 optlen = PADTCPOLEN(optlen); in tcp_maxseg()
3512 optlen = PADTCPOLEN(TCPOLEN_MAXSEG); in tcp_maxseg()
3514 optlen += PADTCPOLEN(TCPOLEN_WINDOW); in tcp_maxseg()
3517 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_maxseg()
3520 optlen += PADTCPOLEN(TCPOLEN_SACK_PERMITTED); in tcp_maxseg()
HDtcp_output.c614 PADTCPOLEN(TCPOLEN_SIGNATURE) : 0) + in tcp_output()
616 PADTCPOLEN(TCPOLEN_TIMESTAMP) : 0) + in tcp_output()