Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dif_tun.h15 #define TUN_MSG_PTR 2 macro
/Linux-v5.4/drivers/net/
Dtap.c1218 if (ctl && (ctl->type == TUN_MSG_PTR)) { in tap_sendmsg()
Dtun.c2530 if (ctl && (ctl->type == TUN_MSG_PTR)) { in tun_sendmsg()
/Linux-v5.4/drivers/vhost/
Dnet.c465 .type = TUN_MSG_PTR, in vhost_tx_batch()