Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.c577 #define IS_INITIAL_TFO_DATA(so) (so && (so->so_flags1 & SOF1_PRECONNECT_DATA) && (so->so_state & SS… macro
5284 if (IS_INITIAL_TFO_DATA(so)) { in cfil_sock_data_out()
5367 if (IS_INITIAL_TFO_DATA(so)) { in cfil_sock_data_in()