Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/ !
H A Dtcp_var.h725 #define TMPF_FASTCLOSERCV 0x00020000 /* Received Fastclose option */ macro
H A Dmptcp_opt.c1585 tp->t_mpflags |= TMPF_FASTCLOSERCV; in mptcp_do_fastclose_opt()
H A Dmptcp_subr.c4342 is_fastclose = !!(tp->t_mpflags & TMPF_FASTCLOSERCV); in mptcp_subflow_mustrst_ev()