Searched refs:TCP_SEND_DSACK_OPT (Results 1 – 2 of 2) sorted by relevance
2251 (tp->rcv_numsacks > 0 || TCP_SEND_DSACK_OPT(tp)) && in tcp_output()2270 (TCP_SEND_DSACK_OPT(tp) ? 1 : 0))); in tcp_output()2296 if (TCP_SEND_DSACK_OPT(tp) && nsack > 0 && in tcp_output()
1023 #define TCP_SEND_DSACK_OPT(_tp_) \ macro