Searched refs:INP2_CONNECTION_IDLE (Results 1 – 4 of 4) sorted by relevance
872 #define INP2_CONNECTION_IDLE 0x00800000 /* Connection is idle */ macro
2741 if (inp->inp_flags2 & INP2_CONNECTION_IDLE) { in tcp_input_process_wake_packet()
5729 sotoinpcb(so)->inp_flags2 |= INP2_CONNECTION_IDLE; in sosetoptlock()5731 sotoinpcb(so)->inp_flags2 &= ~INP2_CONNECTION_IDLE; in sosetoptlock()6268 optval = sotoinpcb(so)->inp_flags2 & INP2_CONNECTION_IDLE ? in sogetoptlock()
946 if (inp->inp_flags2 & INP2_CONNECTION_IDLE) { in if_ports_used_add_inpcb()