diff options
| author | Patrick McHardy <kaber@trash.net> | 2005-08-15 15:32:15 -0400 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 19:01:07 -0400 |
| commit | 9a4595bc7e67962f13232ee55a64e063062c3a99 (patch) | |
| tree | 9691d77701cad7e0d4fb62390acf525f3adb9d60 /include/linux | |
| parent | f7fa9b10edbb9391bdd4ec8e8b3d621d0664b198 (diff) | |
[NETLINK]: Add set/getsockopt options to support more than 32 groups
NETLINK_ADD_MEMBERSHIP/NETLINK_DROP_MEMBERSHIP are used to join/leave
groups, NETLINK_PKTINFO is used to enable nl_pktinfo control messages
for received packets to get the extended destination group number.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netlink.h | 9 | ||||
| -rw-r--r-- | include/linux/socket.h | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index c724c9d498..36a40449f9 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h | |||
| @@ -90,6 +90,15 @@ struct nlmsgerr | |||
| 90 | struct nlmsghdr msg; | 90 | struct nlmsghdr msg; |
| 91 | }; | 91 | }; |
| 92 | 92 | ||
| 93 | #define NETLINK_ADD_MEMBERSHIP 1 | ||
| 94 | #define NETLINK_DROP_MEMBERSHIP 2 | ||
| 95 | #define NETLINK_PKTINFO 3 | ||
| 96 | |||
| 97 | struct nl_pktinfo | ||
| 98 | { | ||
| 99 | __u32 group; | ||
| 100 | }; | ||
| 101 | |||
| 93 | #define NET_MAJOR 36 /* Major 36 is reserved for networking */ | 102 | #define NET_MAJOR 36 /* Major 36 is reserved for networking */ |
| 94 | 103 | ||
| 95 | enum { | 104 | enum { |
diff --git a/include/linux/socket.h b/include/linux/socket.h index ddf22559f4..acc55aac8a 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h | |||
| @@ -272,6 +272,7 @@ struct ucred { | |||
| 272 | #define SOL_NETBEUI 267 | 272 | #define SOL_NETBEUI 267 |
| 273 | #define SOL_LLC 268 | 273 | #define SOL_LLC 268 |
| 274 | #define SOL_DCCP 269 | 274 | #define SOL_DCCP 269 |
| 275 | #define SOL_NETLINK 270 | ||
| 275 | 276 | ||
| 276 | /* IPX options */ | 277 | /* IPX options */ |
| 277 | #define IPX_TYPE 1 | 278 | #define IPX_TYPE 1 |
