Searched defs:ip_mc_socklist (Results 1 – 1 of 1) sorted by relevance
50 struct ip_mc_socklist { struct51 struct ip_mc_socklist __rcu *next_rcu; argument52 struct ip_mreqn multi;53 unsigned int sfmode; /* MCAST_{INCLUDE,EXCLUDE} */54 struct ip_sf_socklist __rcu *sflist;55 struct rcu_head rcu;
Completed in 3 milliseconds