Searched refs:TCP_SYN_COOKIE_FORCE_ENABLED (Results 1 – 1 of 1) sorted by relevance
925 #define TCP_SYN_COOKIE_FORCE_ENABLED(tp) ((tp->t_flagsext & TF_SYN_COOKIE_FORCE_ENABLED) \ macro937 …bool can_send_syncookie = (TCP_SYN_COOKIE_FORCE_ENABLED(tp) || (TCP_SYN_COOKIE_ENABLED(tp) && back… in tcp_can_send_syncookie()