Home
last modified time | relevance | path

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

/arch/um/drivers/
Dvector_user.c439 int rxfd = -1, txfd = -1; in user_init_raw_fds() local
454 txfd = create_raw_fd(iface, 0, ETH_P_IP); /* Turn off RX on this fd */ in user_init_raw_fds()
455 if (txfd == -1) { in user_init_raw_fds()
462 result->tx_fd = txfd; in user_init_raw_fds()