Lines Matching refs:tap_queue
36 .obj_size = sizeof(struct tap_queue),
82 struct tap_queue *q) in tap_enable_queue()
103 struct tap_queue *q) in tap_set_queue()
124 static int tap_disable_queue(struct tap_queue *q) in tap_disable_queue()
127 struct tap_queue *nq; in tap_disable_queue()
159 static void tap_put_queue(struct tap_queue *q) in tap_put_queue()
189 static struct tap_queue *tap_get_queue(struct tap_dev *tap, in tap_get_queue()
192 struct tap_queue *queue = NULL; in tap_get_queue()
237 struct tap_queue *q, *tmp; in tap_del_queues()
260 struct tap_queue *q; in tap_handle_frame()
441 struct tap_queue *q = container_of(sk, struct tap_queue, sk); in tap_sock_destruct()
450 struct tap_queue *q; in tap_open()
459 q = (struct tap_queue *)sk_alloc(net, AF_UNSPEC, GFP_KERNEL, in tap_open()
515 struct tap_queue *q = file->private_data; in tap_release()
522 struct tap_queue *q = file->private_data; in tap_poll()
572 static ssize_t tap_get_user(struct tap_queue *q, void *msg_control, in tap_get_user()
694 struct tap_queue *q = file->private_data; in tap_write_iter()
704 static ssize_t tap_put_user(struct tap_queue *q, in tap_put_user()
756 static ssize_t tap_do_read(struct tap_queue *q, in tap_do_read()
808 struct tap_queue *q = file->private_data; in tap_read_iter()
822 static struct tap_dev *tap_get_tap_dev(struct tap_queue *q) in tap_get_tap_dev()
841 struct tap_queue *q = file->private_data; in tap_ioctl_set_queue()
860 static int set_offload(struct tap_queue *q, unsigned long arg) in set_offload()
919 struct tap_queue *q = file->private_data; in tap_ioctl()
1045 static int tap_get_user_xdp(struct tap_queue *q, struct xdp_buff *xdp) in tap_get_user_xdp()
1113 struct tap_queue *q = container_of(sock, struct tap_queue, sock); in tap_sendmsg()
1134 struct tap_queue *q = container_of(sock, struct tap_queue, sock); in tap_recvmsg()
1151 struct tap_queue *q = container_of(sock, struct tap_queue, in tap_peek_len()
1169 struct tap_queue *q; in tap_get_socket()
1181 struct tap_queue *q; in tap_get_ptr_ring()
1195 struct tap_queue *q; in tap_queue_resize()