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