Phonet: hook resource routing to userspace via ioctl()'s
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Wed, 15 Sep 2010 12:30:12 +0000 (12:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Sep 2010 04:31:32 +0000 (21:31 -0700)
commit7417fa83c1a8b75a03bd9b9b358999f38e771eab
tree7abf2eb2df05e1ca8ed96cd94b6fe026c8a57972
parent4e3d16ce5e82648d7f4dfd28b6cf8fe2e9a9efc3
Phonet: hook resource routing to userspace via ioctl()'s

I wish we could use something cleaner, such as bind(). But that would
not work since resource subscription is orthogonal/in addition to the
normal object ID allocated via bind(). This is similar to multicasting
which also uses ioctl()'s.

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/phonet.h
net/phonet/datagram.c
net/phonet/socket.c