Searched refs:set_h (Results 1 – 1 of 1) sorted by relevance
146 kfree(set_h); in br_multicast_destroy_eht_set_entry()166 rb_erase(&set_h->rb_node, &set_h->eht_set->entry_tree); in __eht_del_set_entry()172 hlist_add_head(&set_h->mcast_gc.gc_node, &set_h->br->mcast_gc_list); in __eht_del_set_entry()210 struct net_bridge_group_eht_set_entry *set_h = from_timer(set_h, t, timer); in br_multicast_eht_set_entry_expired() local214 if (RB_EMPTY_NODE(&set_h->rb_node) || timer_pending(&set_h->timer)) in br_multicast_eht_set_entry_expired()313 set_h = kzalloc(sizeof(*set_h), GFP_ATOMIC); in __eht_lookup_create_set_entry()314 if (!set_h) in __eht_lookup_create_set_entry()322 set_h->br = br; in __eht_lookup_create_set_entry()334 return set_h; in __eht_lookup_create_set_entry()444 if (!set_h) in br_multicast_create_eht_set_entry()[all …]