Searched refs:TCP_BUILD_MSS_OPTION (Results 1 – 3 of 3) sorted by relevance
303 #define TCP_BUILD_MSS_OPTION(mss) htonl(0x02040000 | ((mss) & 0xFFFF)) macro
1077 *opts = TCP_BUILD_MSS_OPTION(mss); in tcp_output_segment()
179 * tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't