Searched refs:ip_mc_sf_allow (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | igmp.h | 123 extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt,
|
/Linux-v4.19/net/ipv4/ |
D | raw.c | 195 ip_mc_sf_allow(sk, iph->daddr, iph->saddr, in raw_v4_input()
|
D | udp.c | 583 if (!ip_mc_sf_allow(sk, loc_addr, rmt_addr, dif, sdif)) in __udp_is_mcast_sock()
|
D | igmp.c | 2609 int ip_mc_sf_allow(struct sock *sk, __be32 loc_addr, __be32 rmt_addr, in ip_mc_sf_allow() function
|