Searched refs:FTF_CLOSENOTIFY (Results 1 – 1 of 1) sorted by relevance
237 #define FTF_CLOSENOTIFY 0x4 /* want to notify NECP upon torn down */ macro425 ftflags |= (FTF_WAITCLOSE | FTF_CLOSENOTIFY); in flow_track_tcp()527 if (__improbable((ftflags & FTF_CLOSENOTIFY) != 0 && in flow_track_tcp()530 ftflags &= ~FTF_CLOSENOTIFY; in flow_track_tcp()573 #undef FTF_CLOSENOTIFY