Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dbond_alb.h105 u32 src_next; /* next entry with same hash(ip_src) */ member
/openbmc/linux/drivers/net/bonding/
H A Dbond_alb.c756 entry->src_next = RLB_NULL_INDEX; in rlb_init_table_entry_src()
784 u32 next_index = bond_info->rx_hashtbl[index].src_next; in rlb_src_unlink()
787 bond_info->rx_hashtbl[index].src_next = RLB_NULL_INDEX; in rlb_src_unlink()
800 bond_info->rx_hashtbl[prev_index].src_next = next_index; in rlb_src_unlink()
825 bond_info->rx_hashtbl[ip_dst_hash].src_next = next; in rlb_src_link()
845 u32 next_index = entry->src_next; in rlb_purge_src_ip()