Example #1
0
static int sock_mmap_link_status(pktio_entry_t *pktio_entry)
{
	return link_status_fd(pktio_entry->s.pkt_sock_mmap.sockfd,
			      pktio_entry->s.name);
}
Example #2
0
static int netmap_link_status(pktio_entry_t *pktio_entry)
{
	return link_status_fd(pktio_entry->s.pkt_nm.sockfd,
			      pktio_entry->s.name);
}