Searched defs:control_buf (Results 1 – 5 of 5) sorted by relevance
83 char control_buf[CMSG_SPACE(sizeof(uint64_t))]; in overflow_fq() local
223 struct control_buf { struct224 struct virtio_net_ctrl_hdr hdr;225 virtio_net_ctrl_ack status;226 struct virtio_net_ctrl_mq mq;227 u8 promisc;228 u8 allmulti;229 __virtio16 vid;230 __virtio64 offloads;231 struct virtio_net_ctrl_rss rss;232 struct virtio_net_ctrl_coal_tx coal_tx;[all …]
171 struct control_buf { struct172 struct virtio_net_ctrl_hdr hdr;173 virtio_net_ctrl_ack status;174 struct virtio_net_ctrl_mq mq;175 u8 promisc;176 u8 allmulti;177 __virtio16 vid;178 __virtio64 offloads;
136 void *control_buf; member
152 void *control_buf; member