tcp_input.c | 1206 struct tcp_opt_info opti; local in function:tcp_input 1221 memset(&opti, 0, sizeof(opti)); 1222 opti.ts_present = 0; 1223 opti.maxseg = 0; 1360 opti.ts_present = 1; 1361 opti.ts_val = be32dec(optp + 4); 1362 opti.ts_ecr = be32dec(optp + 8); 1707 so, m, optp, optlen, &opti)) 1736 if (tcp_dooptions(tp, optp, optlen, th, m, off, &opti) < 0 [all...] |