Searched refs:TCPOPT_MSS (Results 1 – 12 of 12) 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()
277 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
29 #define TCPOPT_MSS 2 macro485 *buf++ = bpf_htonl((TCPOPT_MSS << 24) | (TCPOLEN_MSS << 16) | mss); in tcp_mkoptions()
185 #define TCPOPT_MSS 2 /* Segment size negotiating */ macro
4122 if (opcode == TCPOPT_MSS && opsize == TCPOLEN_MSS) { in tcp_parse_mss_option()4175 case TCPOPT_MSS: in tcp_parse_options()
636 *ptr++ = htonl((TCPOPT_MSS << 24) | in tcp_options_write()
3193 case TCPOPT_MSS: in tcp_repair_options_est()
1196 case TCPOPT_MSS: /* these should only be set on SYN */ in cake_tcph_may_drop()