commit | c57943a1c96214ee68f3890bb6772841ffbfd606 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Tue Oct 07 14:18:42 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 07 14:18:42 2008 -0700 |
tree | bfe79b29240d442c8ea104a89c2e827032b2824e | |
parent | b339a47c370ec669f789c5989f54eec1d78574bb [diff] |
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>