Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dcontent_filter.c574 #define IS_INITIAL_TFO_DATA(so) (so && (so->so_flags1 & SOF1_PRECONNECT_DATA) && (so->so_state & SS… macro
5216 if (IS_INITIAL_TFO_DATA(so)) { in cfil_sock_data_out()
5299 if (IS_INITIAL_TFO_DATA(so)) { in cfil_sock_data_in()