|
Linux Kernel
3.7.1
|
#include <igmp.h>
Data Fields | |
| struct in_device * | interface |
| __be32 | multiaddr |
| unsigned int | sfmode |
| struct ip_sf_list * | sources |
| struct ip_sf_list * | tomb |
| unsigned long | sfcount [2] |
| union { | |
| struct ip_mc_list * next | |
| struct ip_mc_list __rcu * next_rcu | |
| }; | |
| struct timer_list | timer |
| int | users |
| atomic_t | refcnt |
| spinlock_t | lock |
| char | tm_running |
| char | reporter |
| char | unsolicit_count |
| char | loaded |
| unsigned char | gsquery |
| unsigned char | crcount |
| struct rcu_head | rcu |
| union { ... } |
| spinlock_t lock |
| struct ip_mc_list* next |
| struct ip_mc_list __rcu* next_rcu |
| struct ip_sf_list* sources |
| struct ip_sf_list* tomb |
1.8.2