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