Home
last modified time | relevance | path

Searched refs:by_hash (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c17 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()
H A Dionic_rx_filter.h13 struct hlist_node by_hash; member
22 struct hlist_head by_hash[IONIC_RX_FILTER_HLISTS]; /* by skb hash */ member