Home
last modified time | relevance | path

Searched refs:RLB_NULL_INDEX (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/bonding/
A Dbond_alb.c735 entry->used_next = RLB_NULL_INDEX; in rlb_init_table_entry_dst()
736 entry->used_prev = RLB_NULL_INDEX; in rlb_init_table_entry_dst()
743 entry->src_first = RLB_NULL_INDEX; in rlb_init_table_entry_src()
744 entry->src_prev = RLB_NULL_INDEX; in rlb_init_table_entry_src()
745 entry->src_next = RLB_NULL_INDEX; in rlb_init_table_entry_src()
763 if (prev_index != RLB_NULL_INDEX) in rlb_delete_table_entry_dst()
765 if (next_index != RLB_NULL_INDEX) in rlb_delete_table_entry_dst()
779 if (next_index != RLB_NULL_INDEX) in rlb_src_unlink()
782 if (prev_index == RLB_NULL_INDEX) in rlb_src_unlink()
815 if (next != RLB_NULL_INDEX) in rlb_src_link()
[all …]
A Dbond_debugfs.c34 for (; hash_index != RLB_NULL_INDEX; in bond_debug_rlb_hash_show()
A Dbond_main.c5935 bond_info->rx_hashtbl_used_head = RLB_NULL_INDEX; in bond_create()
/linux/include/net/
A Dbond_alb.h43 #define RLB_NULL_INDEX 0xffffffff macro

Completed in 15 milliseconds