]> Git Repo - linux.git/commit
net: wrap sk->sk_backlog_rcv()
authorPeter Zijlstra <[email protected]>
Tue, 7 Oct 2008 21:18:42 +0000 (14:18 -0700)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/sock.h
include/net/tcp.h
net/core/sock.c
net/ipv4/tcp.c
net/ipv4/tcp_timer.c
This page took 0.068877 seconds and 4 git commands to generate.