Lines Matching refs:group
80 If there are no listeners for given group -ESRCH can be returned.
88 u32 __group - destination group.
89 If port and __group is zero, then appropriate group will
91 and message will be delivered to the group which was
94 to the specified group.
98 netlink group to the user which is equal to its id.idx.
152 with a different group number, the userspace application must subscribe to
153 that group first. It can be achieved by the following pseudocode:
176 2.6.14 netlink code only allows to select a group which is less or equal to
177 the maximum group number, which is used at netlink_kernel_create() time.
179 group number 12345, you must increment CN_NETLINK_USERS to that number.
182 Due to this limitation, group 0xffffffff does not work now, so one can
183 not use add/remove connector's group notifications, but as far as I know,