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()
404 int opsize; in tcp_options() local413 opsize=*ptr++; in tcp_options()414 if (opsize < 2) /* "silly options" */ in tcp_options()416 if (opsize > length) in tcp_options()420 && opsize == TCPOLEN_SACK_PERM) in tcp_options()423 && opsize == TCPOLEN_WINDOW) { in tcp_options()433 ptr += opsize - 2; in tcp_options()434 length -= opsize; in tcp_options()464 int opsize, i; in tcp_sack() local473 opsize = *ptr++; in tcp_sack()[all …]
279 int opsize = 0; in insn_size() local290 opsize = 2; in insn_size()294 opsize = 6; in insn_size()299 opsize = 4; in insn_size()301 opsize = 6; in insn_size()308 return opsize; in insn_size()
1967 int start, end, opsize, hops, i; in show_code() local2007 opsize = insn_length(code[start]); in show_code()2008 if (start + opsize == 32) in show_code()2016 if (start + opsize >= end) in show_code()2018 for (i = 0; i < opsize; i++) in show_code()2024 start += opsize; in show_code()2036 int opsize, i; in print_fn_code() local2040 opsize = insn_length(*code); in print_fn_code()2041 if (opsize > len) in print_fn_code()2044 for (i = 0; i < opsize; i++) in print_fn_code()[all …]
3710 int opsize; in tcp_parse_options() local3719 opsize = *ptr++; in tcp_parse_options()3720 if (opsize < 2) /* "silly options" */ in tcp_parse_options()3722 if (opsize > length) in tcp_parse_options()3726 if (opsize == TCPOLEN_MSS && th->syn && !estab) { in tcp_parse_options()3737 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options()3751 if ((opsize == TCPOLEN_TIMESTAMP) && in tcp_parse_options()3760 if (opsize == TCPOLEN_SACK_PERM && th->syn && in tcp_parse_options()3768 if ((opsize >= (TCPOLEN_SACK_BASE + TCPOLEN_SACK_PERBLOCK)) && in tcp_parse_options()3769 !((opsize - TCPOLEN_SACK_BASE) % TCPOLEN_SACK_PERBLOCK) && in tcp_parse_options()[all …]
3925 cmpi.b %d0,&0xc # is opsize ext or packed?