Searched defs:iscsi_path (Results 1 – 1 of 1) sorted by relevance
223 struct iscsi_path { struct224 uint64_t handle;225 uint8_t mac_addr[6];226 uint8_t mac_addr_old[6];227 uint32_t ip_addr_len; /* 4 or 16 */228 union {231 } src;232 union {235 } dst;236 uint16_t vlan_id;[all …]