Searched refs:ip_mc_sf_allow (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | igmp.h | 127 extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | igmp.h | 125 extern int ip_mc_sf_allow(const struct sock *sk, __be32 local, __be32 rmt,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | raw.c | 190 ip_mc_sf_allow(sk, iph->daddr, iph->saddr, in raw_v4_input()
|
H A D | igmp.c | 2635 int ip_mc_sf_allow(struct sock *sk, __be32 loc_addr, __be32 rmt_addr, in ip_mc_sf_allow() function
|
H A D | udp.c | 601 if (!ip_mc_sf_allow(sk, loc_addr, rmt_addr, dif, sdif)) in __udp_is_mcast_sock()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | raw.c | 180 ip_mc_sf_allow(sk, iph->daddr, iph->saddr, in raw_v4_input()
|
H A D | igmp.c | 2644 int ip_mc_sf_allow(const struct sock *sk, __be32 loc_addr, __be32 rmt_addr, in ip_mc_sf_allow() function
|
H A D | udp.c | 581 if (!ip_mc_sf_allow(sk, loc_addr, rmt_addr, dif, sdif)) in __udp_is_mcast_sock()
|
Completed in 20 milliseconds