git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13c95f
)
sock_diag: Initial skeleton
author
Pavel Emelyanov
<xemul@parallels.com>
Tue, 6 Dec 2011 07:58:03 +0000
(07:58 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 6 Dec 2011 18:58:01 +0000
(13:58 -0500)
When receiving the SOCK_DIAG_BY_FAMILY message we have to find the
handler for provided family and pass the nl message to it.
This patch describes an infrastructure to work with such nandlers
and implements stubs for AF_INET(6) ones.
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found