udp_diag: Basic skeleton
authorPavel Emelyanov <xemul@parallels.com>
Fri, 9 Dec 2011 06:23:51 +0000 (06:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Dec 2011 19:15:00 +0000 (14:15 -0500)
commit52b7c59bc34c1eb73c46e023c9c01231e1cb637a
tree8f5a7d5ad1a1980293de4c0c21475428e4e30c69
parentfce823381e3c082ba1b2e15d5151d1aa8afdc9e9
udp_diag: Basic skeleton

Introduce the transport level diag handler module for UDP (and UDP-lite)
sockets and register (empty for now) callbacks in the inet_diag module.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp_diag.c [new file with mode: 0644]