Searched refs:netlink_output (Results 1 – 1 of 1) sorted by relevance
291 struct pollfd netlink_output; in SendMessageAndGetResponses() local292 memset(&netlink_output, 0, sizeof(netlink_output)); in SendMessageAndGetResponses()293 netlink_output.fd = sync_netlink_fd_.get(); in SendMessageAndGetResponses()294 netlink_output.events = POLLIN; in SendMessageAndGetResponses()308 int poll_return = poll(&netlink_output, in SendMessageAndGetResponses()