Searched refs:opsize (Results 1 – 6 of 6) sorted by relevance
44 int opsize; in synproxy_parse_options() local53 opsize = *ptr++; in synproxy_parse_options()54 if (opsize < 2) in synproxy_parse_options()56 if (opsize > length) in synproxy_parse_options()61 if (opsize == TCPOLEN_MSS) { in synproxy_parse_options()67 if (opsize == TCPOLEN_WINDOW) { in synproxy_parse_options()75 if (opsize == TCPOLEN_TIMESTAMP) { in synproxy_parse_options()82 if (opsize == TCPOLEN_SACK_PERM) in synproxy_parse_options()87 ptr += opsize - 2; in synproxy_parse_options()88 length -= opsize; in synproxy_parse_options()
370 int opsize; in tcp_options() local381 opsize=*ptr++; in tcp_options()382 if (opsize < 2) /* "silly options" */ in tcp_options()384 if (opsize > length) in tcp_options()388 && opsize == TCPOLEN_SACK_PERM) in tcp_options()391 && opsize == TCPOLEN_WINDOW) { in tcp_options()400 ptr += opsize - 2; in tcp_options()401 length -= opsize; in tcp_options()431 int opsize, i; in tcp_sack() local442 opsize = *ptr++; in tcp_sack()[all …]
492 int start, end, opsize, hops, i; in show_code() local532 opsize = insn_length(code[start]); in show_code()533 if (start + opsize == 32) in show_code()541 if (start + opsize >= end) in show_code()543 for (i = 0; i < opsize; i++) in show_code()549 start += opsize; in show_code()561 int opsize, i; in print_fn_code() local565 opsize = insn_length(*code); in print_fn_code()566 if (opsize > len) in print_fn_code()569 for (i = 0; i < opsize; i++) in print_fn_code()[all …]
919 int opsize; in cake_get_tcpopt() local927 opsize = *ptr++; in cake_get_tcpopt()928 if (opsize < 2 || opsize > length) in cake_get_tcpopt()932 *oplen = opsize; in cake_get_tcpopt()936 ptr += opsize - 2; in cake_get_tcpopt()937 length -= opsize; in cake_get_tcpopt()1024 int opsize; in cake_tcph_get_tstamp() local1026 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize); in cake_tcph_get_tstamp()1028 if (ptr && opsize == TCPOLEN_TIMESTAMP) { in cake_tcph_get_tstamp()1056 int opsize; in cake_tcph_may_drop() local[all …]
3765 int opsize) in smc_parse_options() argument3769 if (th->syn && !(opsize & 1) && in smc_parse_options()3770 opsize >= TCPOLEN_EXP_SMC_BASE && in smc_parse_options()3795 int opsize; in tcp_parse_options() local3804 opsize = *ptr++; in tcp_parse_options()3805 if (opsize < 2) /* "silly options" */ in tcp_parse_options()3807 if (opsize > length) in tcp_parse_options()3811 if (opsize == TCPOLEN_MSS && th->syn && !estab) { in tcp_parse_options()3822 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options()3837 if ((opsize == TCPOLEN_TIMESTAMP) && in tcp_parse_options()[all …]
3925 cmpi.b %d0,&0xc # is opsize ext or packed?