Searched refs:FTF_WAITCLOSE (Results 1 – 1 of 1) sorted by relevance
236 #define FTF_WAITCLOSE 0x4 /* want flow to linger after close */ macro427 ftflags |= (FTF_WAITCLOSE | FTF_CLOSENOTIFY | in flow_track_tcp()432 ftflags |= (FTF_WAITCLOSE | FTF_NODELAY); in flow_track_tcp()449 ftflags |= (FTF_WITHDRAWN | FTF_WAITCLOSE | FTF_NODELAY); in flow_track_tcp()505 ftflags |= (FTF_WAITCLOSE | FTF_NODELAY); in flow_track_tcp()538 if (__improbable((ftflags & FTF_WAITCLOSE) != 0 && in flow_track_tcp()541 ftflags &= ~FTF_WAITCLOSE; in flow_track_tcp()593 #undef FTF_WAITCLOSE