Home
last modified time | relevance | path

Searched refs:ip_dst_hash (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_alb.c59 u32 ip_dst_hash);
802 /* add the rx_hashtbl[ip_dst_hash] entry to the list
805 static void rlb_src_link(struct bonding *bond, u32 ip_src_hash, u32 ip_dst_hash) in rlb_src_link() argument
810 bond_info->rx_hashtbl[ip_dst_hash].src_prev = ip_src_hash; in rlb_src_link()
812 bond_info->rx_hashtbl[ip_dst_hash].src_next = next; in rlb_src_link()
814 bond_info->rx_hashtbl[next].src_prev = ip_dst_hash; in rlb_src_link()
815 bond_info->rx_hashtbl[ip_src_hash].src_first = ip_dst_hash; in rlb_src_link()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_alb.c59 u32 ip_dst_hash);
815 /* add the rx_hashtbl[ip_dst_hash] entry to the list
818 static void rlb_src_link(struct bonding *bond, u32 ip_src_hash, u32 ip_dst_hash) in rlb_src_link() argument
823 bond_info->rx_hashtbl[ip_dst_hash].src_prev = ip_src_hash; in rlb_src_link()
825 bond_info->rx_hashtbl[ip_dst_hash].src_next = next; in rlb_src_link()
827 bond_info->rx_hashtbl[next].src_prev = ip_dst_hash; in rlb_src_link()
828 bond_info->rx_hashtbl[ip_src_hash].src_first = ip_dst_hash; in rlb_src_link()

Completed in 6 milliseconds