Searched refs:netlink_output (Results 1 – 1 of 1) sorted by relevance
284 struct pollfd netlink_output; in SendMessageAndGetResponses() local285 memset(&netlink_output, 0, sizeof(netlink_output)); in SendMessageAndGetResponses()286 netlink_output.fd = sync_netlink_fd_.get(); in SendMessageAndGetResponses()287 netlink_output.events = POLLIN; in SendMessageAndGetResponses()301 int poll_return = poll(&netlink_output, in SendMessageAndGetResponses()