]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
net: wrap sk->sk_backlog_rcv()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 7 Oct 2008 21:18:42 +0000 (14:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Oct 2008 21:18:42 +0000 (14:18 -0700)
commitc57943a1c96214ee68f3890bb6772841ffbfd606
treebfe79b29240d442c8ea104a89c2e827032b2824e
parentb339a47c370ec669f789c5989f54eec1d78574bb
net: wrap sk->sk_backlog_rcv()

Wrap calling sk->sk_backlog_rcv() in a function. This will allow extending the
generic sk_backlog_rcv behaviour.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
include/net/tcp.h
net/core/sock.c
net/ipv4/tcp.c
net/ipv4/tcp_timer.c