Searched refs:virtio_vsock_sock (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | virtio_transport_common.c | 204 struct virtio_vsock_sock *vvs; in virtio_transport_send_pkt_info() 279 static bool virtio_transport_inc_rx_pkt(struct virtio_vsock_sock *vvs, in virtio_transport_inc_rx_pkt() 289 static void virtio_transport_dec_rx_pkt(struct virtio_vsock_sock *vvs, in virtio_transport_dec_rx_pkt() 296 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct sk_buff *skb) in virtio_transport_inc_tx_pkt() 308 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 credit) in virtio_transport_get_credit() 326 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit) in virtio_transport_put_credit() 352 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_peek() 398 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_dequeue() 476 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_seqpacket_do_peek() 533 struct virtio_vsock_sock *vv in virtio_transport_seqpacket_do_dequeue() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | virtio_vsock.h | 22 struct virtio_vsock_sock { struct 144 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct virtio_vsock_pkt *pkt); 145 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 wanted); 146 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit);
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | virtio_transport_common.c | 178 struct virtio_vsock_sock *vvs; in virtio_transport_send_pkt_info() 222 static bool virtio_transport_inc_rx_pkt(struct virtio_vsock_sock *vvs, in virtio_transport_inc_rx_pkt() 232 static void virtio_transport_dec_rx_pkt(struct virtio_vsock_sock *vvs, in virtio_transport_dec_rx_pkt() 239 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct virtio_vsock_pkt *pkt) in virtio_transport_inc_tx_pkt() 249 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 credit) in virtio_transport_get_credit() 264 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit) in virtio_transport_put_credit() 290 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_peek() 339 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_dequeue() 430 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_has_data() 443 struct virtio_vsock_sock *vv in virtio_transport_has_space() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | virtio_vsock.h | 125 struct virtio_vsock_sock { struct 243 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct sk_buff *skb); 244 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 wanted); 245 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit);
|
Completed in 4 milliseconds