Searched refs:TCPOPT_MSS (Results 1 – 13 of 13) sorted by relevance
118 if (opt[i] == TCPOPT_MSS && opt[i+1] == TCPOLEN_MSS) { in tcpmss_mangle_packet()181 opt[0] = TCPOPT_MSS; in tcpmss_mangle_packet()
54 if (op[i] == TCPOPT_MSS in tcpmss_mt()
62 case TCPOPT_MSS: in synproxy_parse_options()121 *ptr++ = htonl((TCPOPT_MSS << 24) | in synproxy_build_options()
275 case TCPOPT_MSS: in nft_exthdr_tcp_set_eval()
23 TCPOPT_MSS, 4, 0x05, 0xB4, TCPOPT_NOP, TCPOPT_NOP,
53 #define TCPOPT_MSS 2 macro
74 #define TCPOPT_MSS 2 macro
246 case TCPOPT_MSS: in tcp_parse_option()368 *ctx->ptr32++ = bpf_htonl(TCPOPT_MSS << 24 | TCPOLEN_MSS << 16 | in tcp_write_options()
195 #define TCPOPT_MSS 2 /* Segment size negotiating */ macro
4168 if (opcode == TCPOPT_MSS && opsize == TCPOLEN_MSS) { in tcp_parse_mss_option()4221 case TCPOPT_MSS: in tcp_parse_options()
680 *ptr++ = htonl((TCPOPT_MSS << 24) | in tcp_options_write()
3473 case TCPOPT_MSS: in tcp_repair_options_est()
1182 case TCPOPT_MSS: /* these should only be set on SYN */ in cake_tcph_may_drop()