Home
last modified time | relevance | path

Searched hist:"83 de47cd0c5738105f40e65191b0761dfa7431ac" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.cdiff 83de47cd0c5738105f40e65191b0761dfa7431ac Sat Apr 29 00:26:50 CEST 2006 Hua Zhong <hzhong@gmail.com> [TCP]: Fix unlikely usage in tcp_transmit_skb()

The following unlikely should be replaced by likely because the
condition happens every time unless there is a hard error to transmit
a packet.

Signed-off-by: Hua Zhong <hzhong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>