Searched refs:opsize (Results 1 – 6 of 6) sorted by relevance
41 int opsize; in synproxy_parse_options() local50 opsize = *ptr++; in synproxy_parse_options()51 if (opsize < 2) in synproxy_parse_options()53 if (opsize > length) in synproxy_parse_options()58 if (opsize == TCPOLEN_MSS) { in synproxy_parse_options()64 if (opsize == TCPOLEN_WINDOW) { in synproxy_parse_options()72 if (opsize == TCPOLEN_TIMESTAMP) { in synproxy_parse_options()79 if (opsize == TCPOLEN_SACK_PERM) in synproxy_parse_options()84 ptr += opsize - 2; in synproxy_parse_options()85 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()
1960 int start, end, opsize, hops, i; in show_code() local2000 opsize = insn_length(code[start]); in show_code()2001 if (start + opsize == 32) in show_code()2009 if (start + opsize >= end) in show_code()2011 for (i = 0; i < opsize; i++) in show_code()2017 start += opsize; in show_code()2029 int opsize, i; in print_fn_code() local2033 opsize = insn_length(*code); in print_fn_code()2034 if (opsize > len) in print_fn_code()2037 for (i = 0; i < opsize; i++) in print_fn_code()[all …]
3661 int opsize; in tcp_parse_options() local3670 opsize = *ptr++; in tcp_parse_options()3671 if (opsize < 2) /* "silly options" */ in tcp_parse_options()3673 if (opsize > length) in tcp_parse_options()3677 if (opsize == TCPOLEN_MSS && th->syn && !estab) { in tcp_parse_options()3688 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options()3702 if ((opsize == TCPOLEN_TIMESTAMP) && in tcp_parse_options()3711 if (opsize == TCPOLEN_SACK_PERM && th->syn && in tcp_parse_options()3719 if ((opsize >= (TCPOLEN_SACK_BASE + TCPOLEN_SACK_PERBLOCK)) && in tcp_parse_options()3720 !((opsize - TCPOLEN_SACK_BASE) % TCPOLEN_SACK_PERBLOCK) && in tcp_parse_options()[all …]
3925 cmpi.b %d0,&0xc # is opsize ext or packed?