Home
last modified time | relevance | path

Searched refs:FTF_WAITCLOSE (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c237 #define FTF_WAITCLOSE 0x2 /* want flow to linger after close */ macro
440 ftflags |= (FTF_WAITCLOSE | FTF_CLOSENOTIFY); in flow_track_tcp()
444 ftflags |= FTF_WAITCLOSE; in flow_track_tcp()
461 ftflags |= (FTF_WITHDRAWN | FTF_WAITCLOSE); in flow_track_tcp()
513 ftflags |= FTF_WAITCLOSE; in flow_track_tcp()
533 if (__improbable((ftflags & FTF_WAITCLOSE) != 0 && in flow_track_tcp()
536 ftflags &= ~FTF_WAITCLOSE; in flow_track_tcp()
587 #undef FTF_WAITCLOSE