Searched defs:veth_port (Results 1 – 1 of 1) sorted by relevance
198 struct veth_port { struct199 struct device *dev;200 u64 mac_addr;201 HvLpIndexMap lpar_map;204 spinlock_t queue_lock;205 HvLpIndexMap stopped_map;208 rwlock_t mcast_gate;209 int promiscuous;210 int num_mcast;211 u64 mcast_addr[VETH_MAX_MCAST];[all …]