Searched refs:by_hash (Results 1 – 2 of 2) sorted by relevance
17 hlist_del(&f->by_hash); in ionic_rx_filter_free()98 INIT_HLIST_HEAD(&lif->rx_filters.by_hash[i]); in ionic_rx_filters_init()157 INIT_HLIST_NODE(&f->by_hash); in ionic_rx_filter_save()163 head = &lif->rx_filters.by_hash[key]; in ionic_rx_filter_save()164 hlist_add_head(&f->by_hash, head); in ionic_rx_filter_save()182 head = &lif->rx_filters.by_hash[key]; in ionic_rx_filter_by_vlan()184 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_vlan()202 head = &lif->rx_filters.by_hash[key]; in ionic_rx_filter_by_addr()204 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_addr()
13 struct hlist_node by_hash; member22 struct hlist_head by_hash[IONIC_RX_FILTER_HLISTS]; /* by skb hash */ member