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)
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>

No differences found