Searched refs:uport_list (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Duser_reg.c219 list_for_each_entry_safe(up_ptr, temp_up_ptr, &ports_temp, uport_list) {
241 list_add(&up_ptr->uport_list, &user_ptr->ports);
260 list_del_init(&up_ptr->uport_list);
H A Dport.h53 * @uport_list: adjacent user ports in list of ports held by user
67 struct list_head uport_list; member in struct:user_port
H A Dport.c1045 INIT_LIST_HEAD(&up_ptr->uport_list);

Completed in 93 milliseconds