Searched refs:ip_mc_source (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | igmp.h | 120 extern int ip_mc_source(int add, int omode, struct sock *sk,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | igmp.h | 118 extern int ip_mc_source(int add, int omode, struct sock *sk,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_sockglue.c | 773 return ip_mc_source(add, omode, sk, &mreqs, greqs.gsr_interface); in do_mcast_group_source() 1301 err = ip_mc_source(add, omode, sk, &mreqs, 0); in do_ip_setsockopt()
|
H A D | igmp.c | 2306 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() function
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_sockglue.c | 768 return ip_mc_source(add, omode, sk, &mreqs, greqs.gsr_interface); in do_mcast_group_source() 1307 err = ip_mc_source(add, omode, sk, &mreqs, 0); in do_ip_setsockopt()
|
H A D | igmp.c | 2306 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() function
|
Completed in 12 milliseconds