MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tap_nl_recv_ack

Function tap_nl_recv_ack

dpdk/drivers/net/tap/tap_netlink.c:216–220  ·  view source on GitHub ↗

* Check that the kernel sends an appropriate ACK in response * to an tap_nl_send(). * * @param[in] nlsk_fd * The netlink socket file descriptor used for communication. * * @return * 0 on success, -1 otherwise with errno set. */

Source from the content-addressed store, hash-verified

214 * 0 on success, -1 otherwise with errno set.
215 */
216int
217tap_nl_recv_ack(int nlsk_fd)
218{
219 return tap_nl_recv(nlsk_fd, NULL, NULL);
220}
221
222/**
223 * Receive a message from the kernel on the netlink socket, following an

Callers 7

qdisc_delFunction · 0.85
qdisc_add_multiqFunction · 0.85
qdisc_add_ingressFunction · 0.85
tap_flow_createFunction · 0.85
tap_flow_destroy_pmdFunction · 0.85
tap_flow_implicit_createFunction · 0.85
rss_enableFunction · 0.85

Calls 1

tap_nl_recvFunction · 0.85

Tested by

no test coverage detected