Searched refs:opsize (Results 1 – 8 of 8) sorted by relevance
63 if (opsize != expected_opsize && in mptcp_parse_option()70 if (opsize != TCPOLEN_MPTCP_MPC_SYN) { in mptcp_parse_option()195 if (opsize != expected_opsize && in mptcp_parse_option()315 if (opsize != TCPOLEN_MPTCP_PRIO) in mptcp_parse_option()335 if (opsize != TCPOLEN_MPTCP_RST) in mptcp_parse_option()350 if (opsize != TCPOLEN_MPTCP_FAIL) in mptcp_parse_option()379 int opsize; in mptcp_get_options() local390 opsize = *ptr++; in mptcp_get_options()393 if (opsize > length) in mptcp_get_options()397 ptr += opsize - 2; in mptcp_get_options()[all …]
506 int start, end, opsize, hops, i; in show_code() local542 if (start + opsize == 32) in show_code()550 if (start + opsize >= end) in show_code()552 for (i = 0; i < opsize; i++) in show_code()558 start += opsize; in show_code()570 int opsize, i; in print_fn_code() local574 opsize = insn_length(*code); in print_fn_code()575 if (opsize > len) in print_fn_code()578 for (i = 0; i < opsize; i++) in print_fn_code()587 code += opsize; in print_fn_code()[all …]
355 int opsize; in tcp_options() local366 opsize=*ptr++; in tcp_options()369 if (opsize > length) in tcp_options()376 && opsize == TCPOLEN_WINDOW) { in tcp_options()385 ptr += opsize - 2; in tcp_options()386 length -= opsize; in tcp_options()417 int opsize, i; in tcp_sack() local428 opsize = *ptr++; in tcp_sack()431 if (opsize > length) in tcp_sack()449 ptr += opsize - 2; in tcp_sack()[all …]
44 int opsize; in synproxy_parse_options() local55 opsize = *ptr++; in synproxy_parse_options()56 if (opsize < 2) in synproxy_parse_options()58 if (opsize > length) in synproxy_parse_options()63 if (opsize == TCPOLEN_MSS) { in synproxy_parse_options()69 if (opsize == TCPOLEN_WINDOW) { in synproxy_parse_options()77 if (opsize == TCPOLEN_TIMESTAMP) { in synproxy_parse_options()84 if (opsize == TCPOLEN_SACK_PERM) in synproxy_parse_options()89 ptr += opsize - 2; in synproxy_parse_options()90 length -= opsize; in synproxy_parse_options()
197 __u8 opcode, opsize; in tscookie_tcpopt_parse() local217 opsize = ctx->ptr[1]; in tscookie_tcpopt_parse()218 if (opsize < 2) in tscookie_tcpopt_parse()221 if (ctx->ptr + opsize > ctx->end) in tscookie_tcpopt_parse()226 if (opsize == TCPOLEN_WINDOW && ctx->ptr + TCPOLEN_WINDOW <= ctx->data_end) in tscookie_tcpopt_parse()230 if (opsize == TCPOLEN_TIMESTAMP && ctx->ptr + TCPOLEN_TIMESTAMP <= ctx->data_end) { in tscookie_tcpopt_parse()237 if (opsize == TCPOLEN_SACK_PERM) in tscookie_tcpopt_parse()242 ctx->ptr += opsize; in tscookie_tcpopt_parse()
962 int opsize; in cake_get_tcpopt() local972 opsize = *ptr++; in cake_get_tcpopt()973 if (opsize < 2 || opsize > length) in cake_get_tcpopt()977 *oplen = opsize; in cake_get_tcpopt()981 ptr += opsize - 2; in cake_get_tcpopt()982 length -= opsize; in cake_get_tcpopt()1069 int opsize; in cake_tcph_get_tstamp() local1101 int opsize; in cake_tcph_may_drop() local1111 opsize = *ptr++; in cake_tcph_may_drop()1112 if (opsize < 2 || opsize > length) in cake_tcph_may_drop()[all …]
3972 int opsize) in smc_parse_options() argument3998 int opsize; in tcp_parse_mss_option() local4009 opsize = *ptr++; in tcp_parse_mss_option()4024 length -= opsize; in tcp_parse_mss_option()4050 int opsize; in tcp_parse_options() local4061 opsize = *ptr++; in tcp_parse_options()4153 ptr += opsize-2; in tcp_parse_options()4217 int opsize; in tcp_parse_md5sig_option() local4226 opsize = *ptr++; in tcp_parse_md5sig_option()4227 if (opsize < 2 || opsize > length) in tcp_parse_md5sig_option()[all …]
3925 cmpi.b %d0,&0xc # is opsize ext or packed?
Completed in 100 milliseconds