Searched refs:NetHub (Results 1 – 1 of 1) sorted by relevance
30 typedef struct NetHub NetHub; typedef35 NetHub *hub;39 struct NetHub { struct41 QLIST_ENTRY(NetHub) next; argument46 static QLIST_HEAD(, NetHub) hubs = QLIST_HEAD_INITIALIZER(&hubs); argument48 static ssize_t net_hub_receive(NetHub *hub, NetHubPort *source_port, in net_hub_receive()63 static ssize_t net_hub_receive_iov(NetHub *hub, NetHubPort *source_port, in net_hub_receive_iov()79 static NetHub *net_hub_new(int id) in net_hub_new()81 NetHub *hub; in net_hub_new()97 NetHub *hub = src_port->hub; in net_hub_port_can_receive()[all …]