Searched defs:vector_queue (Results 1 – 1 of 1) sorted by relevance
39 struct vector_queue { struct40 struct mmsghdr *mmsg_vector;41 void **skbuff_vector;43 struct net_device *dev;44 spinlock_t head_lock;45 spinlock_t tail_lock;46 int queue_depth, head, tail, max_depth, max_iov_frags;47 short options;
Completed in 4 milliseconds