Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dtap.c103 struct tap_queue *q) in tap_set_queue()
127 struct tap_queue *nq; in tap_disable_queue()
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()
1110 struct tap_queue *q = container_of(sock, struct tap_queue, sock); in tap_sendmsg()
1131 struct tap_queue *q = container_of(sock, struct tap_queue, sock); in tap_recvmsg()
1148 struct tap_queue *q = container_of(sock, struct tap_queue, in tap_peek_len()
1166 struct tap_queue *q; in tap_get_socket()
1178 struct tap_queue *q; in tap_get_ptr_ring()
[all …]
/linux-6.15/include/linux/
H A Dif_tap.h33 struct tap_queue;
39 struct tap_queue __rcu *taps[MAX_TAP_QUEUES];
63 struct tap_queue { struct