Home
last modified time | relevance | path

Searched refs:rxfd (Results 1 – 1 of 1) sorted by relevance

/arch/um/drivers/
Dvector_user.c355 int rxfd = -1, txfd = -1; in user_init_raw_fds() local
364 rxfd = create_raw_fd(iface, ETH_P_ALL, ETH_P_ALL); in user_init_raw_fds()
365 if (rxfd == -1) { in user_init_raw_fds()
376 result->rx_fd = rxfd; in user_init_raw_fds()