Searched refs:eht_host (Results 1 – 1 of 1) sorted by relevance
70 struct net_bridge_group_eht_host *eht_host; in br_multicast_eht_host_filter_mode() local72 eht_host = br_multicast_eht_host_lookup(pg, h_addr); in br_multicast_eht_host_filter_mode()73 if (!eht_host) in br_multicast_eht_host_filter_mode()76 return eht_host->filter_mode; in br_multicast_eht_host_filter_mode()127 static void __eht_destroy_host(struct net_bridge_group_eht_host *eht_host) in __eht_destroy_host() argument129 WARN_ON(!hlist_empty(&eht_host->set_entries)); in __eht_destroy_host()131 br_multicast_eht_hosts_dec(eht_host->pg); in __eht_destroy_host()133 rb_erase(&eht_host->rb_node, &eht_host->pg->eht_host_tree); in __eht_destroy_host()134 RB_CLEAR_NODE(&eht_host->rb_node); in __eht_destroy_host()135 kfree(eht_host); in __eht_destroy_host()[all …]