Searched refs:rxIfaceList (Results 1 – 1 of 1) sorted by relevance
59 List rxIfaceList; member132 LIST_FOR_EACH_SAFE(pos, tmp, &device->rxIfaceList) { in DestroyRemoteDevice()198 LIST_FOR_EACH(pos, &device->rxIfaceList) { in FindRxIface()233 ListInitHead(&(device->rxIfaceList)); in CreateRemoteDevice()673 if (ListIsEmpty(&device->rxIfaceList)) { in UpdateRemoteNodeByDeviceInfo()709 LIST_FOR_EACH(pos, rxIfaceList) { in CopyRemoteNodeListToDeviceInfo()728 LIST_FOR_EACH(pos, rxIfaceList) { in CopyRxIfaceListToDeviceInfo()760 LIST_FOR_EACH_SAFE(pos, tmp, &device->rxIfaceList) { in DestroyRxIfaceByIfnameInner()800 LIST_FOR_EACH(pos, &device->rxIfaceList) { in GetRemoteDevcieFirstRxIface()812 if (device == NULL || ListIsEmpty(&device->rxIfaceList)) { in GetRemoteDeviceIpInner()[all …]