OSDN Git Service

tcp: get rid of tcp_check_send_head()
authorEric Dumazet <edumazet@google.com>
Tue, 26 Feb 2019 17:49:09 +0000 (09:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Feb 2019 21:16:02 +0000 (13:16 -0800)
commit6c7b4ee7f96d77a40e474f7541c4e543a669dbde
treee3806fde386be3057bf3f42c6693b101553f2296
parenta110ae7096c9f564d15b0e56a8bba79ffeaaa618
tcp: get rid of tcp_check_send_head()

This helper is used only once, and its name is no longer relevant.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c