Searched refs:TCPOLEN_MSS (Results 1 – 3 of 3) sorted by relevance
84 #define TCPOLEN_MSS 4 macro
248 if (*opsize == TCPOLEN_MSS && ctx->tcp->syn && mss) in tcp_parse_option()370 *ctx->ptr32++ = bpf_htonl(TCPOPT_MSS << 24 | TCPOLEN_MSS << 16 | in tcp_write_options()
36 #define TCPOLEN_MSS 4 macro487 *buf++ = bpf_htonl((TCPOPT_MSS << 24) | (TCPOLEN_MSS << 16) | mss); in tcp_mkoptions()
Completed in 8 milliseconds