Searched refs:FTF_WAITCLOSE (Results 1 – 1 of 1) sorted by relevance
236 #define FTF_WAITCLOSE 0x2 /* want flow to linger after close */ macro439 ftflags |= (FTF_WAITCLOSE | FTF_CLOSENOTIFY); in flow_track_tcp()443 ftflags |= FTF_WAITCLOSE; in flow_track_tcp()460 ftflags |= (FTF_WITHDRAWN | FTF_WAITCLOSE); in flow_track_tcp()512 ftflags |= FTF_WAITCLOSE; in flow_track_tcp()532 if (__improbable((ftflags & FTF_WAITCLOSE) != 0 && in flow_track_tcp()535 ftflags &= ~FTF_WAITCLOSE; in flow_track_tcp()586 #undef FTF_WAITCLOSE