Searched refs:tpiscantrcv (Results 1 – 4 of 4) sorted by relevance
95 if (!tpiscantrcv(tp) || usedbefore == 0) { in tcp_reass()104 if (tpiscantrcv(tp)) { in tcp_reass()
1332 if (!tpiscantrcv(tp)) { in tcp_do_segment()2275 if (tpiscantrcv(tp)) { in tcp_do_segment()2403 (tpiscantrcv(tp) || bmp_isempty(tp->reassbmp, REASSBMP_SIZE(tp))) && in tcp_do_segment()2418 if (!tpiscantrcv(tp)) { in tcp_do_segment()2443 } else if (tpiscantrcv(tp)) { in tcp_do_segment()
305 tpiscantrcv(tp)) { in tcp_timer_2msl()
148 #define tpiscantrcv(tp) (((tp)->miscflags & TCB_CANTRCVMORE) != 0) macro