Searched refs:ip_msfilter (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | igmp.h | 203 extern int ip_mc_msfilter(struct sock *sk, struct ip_msfilter *msf,int ifindex); 204 extern int ip_mc_msfget(struct sock *sk, struct ip_msfilter *msf, 205 struct ip_msfilter *optval, int *optlen);
|
D | in.h | 127 struct ip_msfilter { struct 136 (sizeof(struct ip_msfilter) - sizeof(__u32) \ argument
|
/linux-2.4.37.9/net/ipv4/ |
D | ip_sockglue.c | 610 struct ip_msfilter *msf; in ip_setsockopt() 618 msf = (struct ip_msfilter *)kmalloc(optlen, GFP_KERNEL); in ip_setsockopt() 766 struct ip_msfilter *msf = 0; in ip_setsockopt() 796 msf = (struct ip_msfilter *)kmalloc(msize,GFP_KERNEL); in ip_setsockopt() 974 struct ip_msfilter msf; in ip_getsockopt() 986 (struct ip_msfilter *)optval, optlen); in ip_getsockopt()
|
D | igmp.c | 1831 int ip_mc_msfilter(struct sock *sk, struct ip_msfilter *msf, int ifindex) in ip_mc_msfilter() 1903 int ip_mc_msfget(struct sock *sk, struct ip_msfilter *msf, in ip_mc_msfget() 1904 struct ip_msfilter *optval, int *optlen) in ip_mc_msfget()
|