Searched refs:FTF_CLOSENOTIFY (Results 1 – 1 of 1) sorted by relevance
238 #define FTF_CLOSENOTIFY 0x4 /* want to notify NECP upon torn down */ macro440 ftflags |= (FTF_WAITCLOSE | FTF_CLOSENOTIFY); in flow_track_tcp()542 if (__improbable((ftflags & FTF_CLOSENOTIFY) != 0 && in flow_track_tcp()545 ftflags &= ~FTF_CLOSENOTIFY; in flow_track_tcp()588 #undef FTF_CLOSENOTIFY