Searched defs:amt_group_node (Results 1 – 1 of 1) sorted by relevance
293 struct amt_group_node { struct294 struct amt_dev *amt;295 union amt_addr group_addr;296 union amt_addr host_addr;297 bool v6;298 u8 filter_mode;299 u32 nr_sources;300 struct amt_tunnel_list *tunnel_list;301 struct hlist_node node;302 struct delayed_work group_timer;[all …]