Lines Matching refs:groups
402 * Join groups
406 * Joins the specified groups using the modern socket option which
408 * almost arbitary number of groups without limitation. The list
409 * of groups has to be terminated by 0 (%NFNLGRP_NONE).
454 * Leave groups
458 * Leaves the specified groups using the modern socket option
459 * which is available since kernel version 2.6.14. The list of groups
503 * Join multicast groups (deprecated)
505 * @arg groups Bitmask of groups to join.
509 * version but is very limited as only 32 groups can be joined.
511 void nl_join_groups(struct nl_sock *sk, int groups)
513 sk->s_local.nl_groups |= groups;
539 void nl_socket_set_peer_groups(struct nl_sock *sk, uint32_t groups)
541 sk->s_peer.nl_groups = groups;