Searched refs:by_hash (Results 1 – 2 of 2) sorted by relevance
16 hlist_del(&f->by_hash); in ionic_rx_filter_free()40 INIT_HLIST_HEAD(&lif->rx_filters.by_hash[i]); in ionic_rx_filters_init()95 INIT_HLIST_NODE(&f->by_hash); in ionic_rx_filter_save()101 head = &lif->rx_filters.by_hash[key]; in ionic_rx_filter_save()102 hlist_add_head(&f->by_hash, head); in ionic_rx_filter_save()120 head = &lif->rx_filters.by_hash[key]; in ionic_rx_filter_by_vlan()122 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_vlan()140 head = &lif->rx_filters.by_hash[key]; in ionic_rx_filter_by_addr()142 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