Symbol: ip_mreqn
drivers/net/vxlan/vxlan_multicast.c
27
struct ip_mreqn mreq = {
drivers/net/vxlan/vxlan_multicast.c
61
struct ip_mreqn mreq = {
include/linux/igmp.h
115
extern int ip_mc_join_group(struct sock *sk, struct ip_mreqn *imr);
include/linux/igmp.h
116
extern int ip_mc_join_group_ssm(struct sock *sk, struct ip_mreqn *imr,
include/linux/igmp.h
118
extern int ip_mc_leave_group(struct sock *sk, struct ip_mreqn *imr);
include/linux/igmp.h
53
struct ip_mreqn multi;
net/ipv4/devinet.c
630
struct ip_mreqn mreq = {
net/ipv4/igmp.c
1915
static struct in_device *ip_mc_find_dev(struct net *net, struct ip_mreqn *imr)
net/ipv4/igmp.c
2261
static int __ip_mc_join_group(struct sock *sk, struct ip_mreqn *imr,
net/ipv4/igmp.c
2313
int ip_mc_join_group(struct sock *sk, struct ip_mreqn *imr)
net/ipv4/igmp.c
2321
int ip_mc_join_group_ssm(struct sock *sk, struct ip_mreqn *imr,
net/ipv4/igmp.c
2347
int ip_mc_leave_group(struct sock *sk, struct ip_mreqn *imr)
net/ipv4/igmp.c
2399
struct ip_mreqn imr;
net/ipv4/igmp.c
2537
struct ip_mreqn imr;
net/ipv4/igmp.c
2628
struct ip_mreqn imr;
net/ipv4/ip_sockglue.c
1161
struct ip_mreqn mreq;
net/ipv4/ip_sockglue.c
1175
if (optlen >= sizeof(struct ip_mreqn)) {
net/ipv4/ip_sockglue.c
1228
struct ip_mreqn mreq;
net/ipv4/ip_sockglue.c
1237
if (optlen >= sizeof(struct ip_mreqn)) {
net/ipv4/ip_sockglue.c
1305
struct ip_mreqn mreq;
net/ipv4/ip_sockglue.c
750
struct ip_mreqn mreq;
net/ipv4/ip_sockglue.c
848
struct ip_mreqn mreq = { };
net/ipv4/ip_sockglue.c
871
struct ip_mreqn mreq = { };
net/netfilter/ipvs/ip_vs_sync.c
1384
struct ip_mreqn mreq;
net/tipc/udp_media.c
411
struct ip_mreqn mreqn;
tools/testing/selftests/net/nettest.c
490
struct ip_mreqn mreq = { .imr_ifindex = ifindex };
tools/testing/selftests/net/nettest.c
503
struct ip_mreqn mreq;