Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dtap.c168 struct tap_queue *q) in tap_set_queue()
192 struct tap_queue *nq; in tap_disable_queue()
325 struct tap_queue *q; in tap_handle_frame()
506 struct tap_queue *q = container_of(sk, struct tap_queue, sk); in tap_sock_destruct()
515 struct tap_queue *q; in tap_open()
1239 struct tap_queue *q = container_of(sock, struct tap_queue, sock); in tap_sendmsg()
1260 struct tap_queue *q = container_of(sock, struct tap_queue, sock); in tap_recvmsg()
1277 struct tap_queue *q = container_of(sock, struct tap_queue, in tap_peek_len()
1295 struct tap_queue *q; in tap_get_socket()
1307 struct tap_queue *q; in tap_get_ptr_ring()
[all …]
/openbmc/linux/include/linux/
H A Dif_tap.h33 struct tap_queue;
39 struct tap_queue __rcu *taps[MAX_TAP_QUEUES];
63 struct tap_queue { struct