Searched refs:child_listen_node (Results 1 – 1 of 1) sorted by relevance
1578 struct i40iw_cm_listener *child_listen_node; in i40iw_del_multiple_qhash() local1585 child_listen_node = list_entry(pos, struct i40iw_cm_listener, child_listen_list); in i40iw_del_multiple_qhash()1586 if (child_listen_node->ipv4) in i40iw_del_multiple_qhash()1590 child_listen_node->loc_addr, in i40iw_del_multiple_qhash()1591 child_listen_node->loc_port, in i40iw_del_multiple_qhash()1592 child_listen_node->vlan_id); in i40iw_del_multiple_qhash()1596 child_listen_node->loc_addr, in i40iw_del_multiple_qhash()1597 child_listen_node->loc_port, in i40iw_del_multiple_qhash()1598 child_listen_node->vlan_id); in i40iw_del_multiple_qhash()1600 memcpy(cm_info->loc_addr, child_listen_node->loc_addr, in i40iw_del_multiple_qhash()[all …]