Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dtap.c154 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_enable_queue()
155 q->queue_index = tap->numvtaps; in tap_enable_queue()
158 tap->numvtaps++; in tap_enable_queue()
171 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_set_queue()
175 q->queue_index = tap->numvtaps; in tap_set_queue()
180 tap->numvtaps++; in tap_set_queue()
199 BUG_ON(index >= tap->numvtaps); in tap_disable_queue()
200 nq = rtnl_dereference(tap->taps[tap->numvtaps - 1]); in tap_disable_queue()
204 RCU_INIT_POINTER(tap->taps[tap->numvtaps - 1], NULL); in tap_disable_queue()
207 tap->numvtaps--; in tap_disable_queue()
[all …]
/Linux-v4.19/include/linux/
Dif_tap.h41 int numvtaps; member