Symbol: group_filter
include/linux/igmp.h
125
extern int ip_mc_gsfget(struct sock *sk, struct group_filter *gsf,
include/net/ipv6.h
1166
struct group_filter;
include/net/ipv6.h
1170
int ip6_mc_msfilter(struct sock *sk, struct group_filter *gsf,
include/net/ipv6.h
1172
int ip6_mc_msfget(struct sock *sk, struct group_filter *gsf,
include/uapi/linux/in.h
245
(sizeof(struct group_filter) - sizeof(struct __kernel_sockaddr_storage) \
include/uapi/sound/asequencer.h
375
unsigned int group_filter; /* UMP group filter bitmap
net/ipv4/igmp.c
2684
int ip_mc_gsfget(struct sock *sk, struct group_filter *gsf,
net/ipv4/ip_sockglue.c
1448
const int size0 = offsetof(struct group_filter, gf_slist_flex);
net/ipv4/ip_sockglue.c
1449
struct group_filter gsf;
net/ipv4/ip_sockglue.c
1460
offsetof(struct group_filter, gf_slist_flex));
net/ipv4/ip_sockglue.c
1477
struct group_filter gf;
net/ipv4/ip_sockglue.c
771
struct group_filter *gsf = NULL;
net/ipv4/nexthop.c
3409
bool group_filter;
net/ipv4/nexthop.c
3421
if (filter->group_filter && !nh->is_group)
net/ipv4/nexthop.c
3475
filter->group_filter = nla_get_flag(tb[NHA_GROUPS]);
net/ipv6/ipv6_sockglue.c
1021
const int size0 = offsetof(struct group_filter, gf_slist_flex);
net/ipv6/ipv6_sockglue.c
1022
struct group_filter gsf;
net/ipv6/ipv6_sockglue.c
1052
struct group_filter gf;
net/ipv6/ipv6_sockglue.c
191
struct group_filter *gsf;
net/ipv6/ipv6_sockglue.c
252
ret = ip6_mc_msfilter(sk, &(struct group_filter){
net/ipv6/mcast.c
487
int ip6_mc_msfilter(struct sock *sk, struct group_filter *gsf,
net/ipv6/mcast.c
585
int ip6_mc_msfget(struct sock *sk, struct group_filter *gsf,
sound/core/seq/seq_clientmgr.c
1190
info->group_filter = cptr->group_filter;
sound/core/seq/seq_clientmgr.c
1256
client->group_filter = client_info->group_filter;
sound/core/seq/seq_clientmgr.h
43
unsigned short group_filter;
sound/core/seq/seq_ump_client.c
377
cptr->group_filter = filter;
sound/core/seq/seq_ump_convert.c
1279
if (dest->group_filter & (1U << dest_port->ump_group))
sound/core/seq/seq_ump_convert.c
576
return dest->group_filter & (1U << 0);
sound/core/seq/seq_ump_convert.c
578
return dest->group_filter & (1U << (group + 1));
tools/include/uapi/linux/in.h
245
(sizeof(struct group_filter) - sizeof(struct __kernel_sockaddr_storage) \