Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h661 #define TF_L4S_ENABLED 0x8000000 /* L4S was force enabled */ macro
967 tcp_l4s == 1 || ((_tp_)->t_flagsext & TF_L4S_ENABLED)))
H A Dtcp_usrreq.c2745 tp->t_flagsext |= TF_L4S_ENABLED; in tcp_ctloutput()
2748 tp->t_flagsext &= ~TF_L4S_ENABLED; in tcp_ctloutput()
2877 optval = (tp->t_flagsext & TF_L4S_ENABLED) ? 1 : 0; in tcp_ctloutput()
H A Dtcp_input.c2884 …|= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN | TF_L4S_ENABLED | TF_L4S_DISAB… in tcp_input()
2894 if (tp->t_flagsext & (TF_L4S_ENABLED | TF_L4S_DISABLED)) { in tcp_input()