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