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()
305 tpiscantrcv(tp)) { in tcp_timer_2msl()
1430 if (!tpiscantrcv(tp)) { in tcp_do_segment()2440 if (tpiscantrcv(tp)) { in tcp_do_segment()2570 (tpiscantrcv(tp) || bmp_isempty(tp->reassbmp, REASSBMP_SIZE(tp))) && in tcp_do_segment()2586 if (!tpiscantrcv(tp)) { in tcp_do_segment()2611 } else if (tpiscantrcv(tp)) { in tcp_do_segment()
150 #define tpiscantrcv(tp) (((tp)->miscflags & TCB_CANTRCVMORE) != 0) macro