Searched refs:dst_cid (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/trace/events/ |
| H A D | vsock_virtio_transport_common.h | 42 __u32 dst_cid, __u32 dst_port, 51 dst_cid, dst_port, 61 __field(__u32, dst_cid) 72 __entry->dst_cid = dst_cid; 82 __entry->dst_cid, __entry->dst_port, 92 __u32 dst_cid, __u32 dst_port, 102 dst_cid, dst_port, 113 __field(__u32, dst_cid) 125 __entry->dst_cid = dst_cid; 137 __entry->dst_cid, __entry->dst_port,
|
| /linux-6.15/net/vmw_vsock/ |
| H A D | virtio_transport_common.c | 121 u32 dst_cid, in virtio_transport_init_hdr() argument 130 hdr->dst_cid = cpu_to_le64(dst_cid); in virtio_transport_init_hdr() 186 hdr->dst_cid = pkt_hdr->dst_cid; in virtio_transport_build_skb() 253 u32 dst_cid, in virtio_transport_alloc_skb() argument 270 dst_cid, dst_port); in virtio_transport_alloc_skb() 310 dst_cid, dst_port, in virtio_transport_alloc_skb() 332 u32 src_cid, src_port, dst_cid, dst_port; in virtio_transport_send_pkt_info() local 349 dst_cid = vsk->remote_addr.svm_cid; in virtio_transport_send_pkt_info() 352 dst_cid = info->remote_cid; in virtio_transport_send_pkt_info() 390 dst_cid, dst_port); in virtio_transport_send_pkt_info() [all …]
|
| H A D | virtio_transport.c | 250 if (le64_to_cpu(hdr->dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt()
|
| /linux-6.15/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api.c | 2191 int dst_cid) in vcap_get_next_chain() argument 2209 int dst_cid) in vcap_path_exist() argument 3101 int dst_cid) in vcap_is_enabled() argument 3108 if (eport->dst_cid == dst_cid && eport->ndev == ndev) in vcap_is_enabled() 3135 eport->dst_cid = dst_cid; in vcap_enable() 3142 while (dst_cid) { in vcap_enable() 3148 dst_cid = vcap_get_next_chain(vctrl, ndev, dst_cid); in vcap_enable() 3160 int dst_cid; in vcap_disable() local 3178 dst_cid = eport->dst_cid; in vcap_disable() 3179 while (dst_cid) { in vcap_disable() [all …]
|
| H A D | vcap_api_kunit.c | 2204 .dst_cid = 1000000, in vcap_api_rule_chain_path_test() 2210 .dst_cid = 1100000, in vcap_api_rule_chain_path_test() 2216 .dst_cid = 8000000, in vcap_api_rule_chain_path_test()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | vsockmon.h | 36 __le64 dst_cid; member
|
| H A D | virtio_vsock.h | 58 __le64 dst_cid; member
|
| /linux-6.15/drivers/vhost/ |
| H A D | vsock.c | 281 vsock = vhost_vsock_get(le64_to_cpu(hdr->dst_cid)); in vhost_transport_send_pkt() 537 le64_to_cpu(hdr->dst_cid) == in vhost_vsock_handle_tx_kick()
|