Searched defs:tap_queue (Results 1 – 2 of 2) sorted by relevance
101030 struct tap_queue { struct101031 struct sock sk;101032 struct socket sock;101033 int vnet_hdr_sz;101034 struct tap_dev *tap;101035 struct file *file;101036 unsigned int flags;101037 u16 queue_index;101038 bool enabled;101039 struct list_head next;[all …]