Searched refs:FTF_CLOSENOTIFY (Results 1 – 1 of 1) sorted by relevance
237 #define FTF_CLOSENOTIFY 0x8 /* want to notify NECP upon torn down */ macro427 ftflags |= (FTF_WAITCLOSE | FTF_CLOSENOTIFY | in flow_track_tcp()547 if (__improbable((ftflags & FTF_CLOSENOTIFY) != 0 && in flow_track_tcp()550 ftflags &= ~FTF_CLOSENOTIFY; in flow_track_tcp()594 #undef FTF_CLOSENOTIFY