diff options
| author | David Herrmann <[email protected]> | 2015-06-17 15:14:33 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-06-21 17:18:18 +0000 |
| commit | b42be38b2778eda2237fc759e55e3b698b05b315 (patch) | |
| tree | 52e997d4f7487cc1f09f503bb22df0a132d9dc1a /net/switchdev/switchdev.c | |
| parent | sock_diag: fetch source port from inet_sock (diff) | |
| download | kernel-b42be38b2778eda2237fc759e55e3b698b05b315.tar.gz kernel-b42be38b2778eda2237fc759e55e3b698b05b315.zip | |
netlink: add API to retrieve all group memberships
This patch adds getsockopt(SOL_NETLINK, NETLINK_LIST_MEMBERSHIPS) to
retrieve all groups a socket is a member of. Currently, we have to use
getsockname() and look at the nl.nl_groups bitmask. However, this mask is
limited to 32 groups. Hence, similar to NETLINK_ADD_MEMBERSHIP and
NETLINK_DROP_MEMBERSHIP, this adds a separate sockopt to manager higher
groups IDs than 32.
This new NETLINK_LIST_MEMBERSHIPS option takes a pointer to __u32 and the
size of the array. The array is filled with the full membership-set of the
socket, and the required array size is returned in optlen. Hence,
user-space can retry with a properly sized array in case it was too small.
Signed-off-by: David Herrmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions
