Searched refs:TCPOPT_MSS (Results 1 – 10 of 10) sorted by relevance
54 if (op[i] == TCPOPT_MSS in tcpmss_mt()
118 if (opt[i] == TCPOPT_MSS && opt[i+1] == TCPOLEN_MSS) { in tcpmss_mangle_packet()181 opt[0] = TCPOPT_MSS; in tcpmss_mangle_packet()
62 case TCPOPT_MSS: in synproxy_parse_options()121 *ptr++ = htonl((TCPOPT_MSS << 24) | in synproxy_build_options()
274 case TCPOPT_MSS: in nft_exthdr_tcp_set_eval()
29 #define TCPOPT_MSS 2 macro465 *buf++ = bpf_htonl((TCPOPT_MSS << 24) | (TCPOLEN_MSS << 16) | mss); in tcp_mkoptions()
183 #define TCPOPT_MSS 2 /* Segment size negotiating */ macro
4013 if (opcode == TCPOPT_MSS && opsize == TCPOLEN_MSS) { in tcp_parse_mss_option()4066 case TCPOPT_MSS: in tcp_parse_options()
622 *ptr++ = htonl((TCPOPT_MSS << 24) | in tcp_options_write()
3265 case TCPOPT_MSS: in tcp_repair_options_est()
1135 case TCPOPT_MSS: /* these should only be set on SYN */ in cake_tcph_may_drop()