Home
last modified time | relevance | path

Searched refs:dst_cid (Results 1 – 9 of 9) sorted by relevance

/linux/include/trace/events/
H A Dvsock_virtio_transport_common.h42 __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/net/vmw_vsock/
H A Dvirtio_transport_common.c118 u32 dst_cid, in virtio_transport_init_hdr() argument
127 hdr->dst_cid = cpu_to_le64(dst_cid); in virtio_transport_init_hdr()
183 hdr->dst_cid = pkt_hdr->dst_cid; in virtio_transport_build_skb()
250 u32 dst_cid, in virtio_transport_alloc_skb() argument
267 dst_cid, dst_port); in virtio_transport_alloc_skb()
307 dst_cid, dst_port, in virtio_transport_alloc_skb()
329 u32 src_cid, src_port, dst_cid, dst_port; in virtio_transport_send_pkt_info() local
346 dst_cid = vsk->remote_addr.svm_cid; in virtio_transport_send_pkt_info()
349 dst_cid = info->remote_cid; in virtio_transport_send_pkt_info()
387 dst_cid, dst_port); in virtio_transport_send_pkt_info()
[all …]
H A Dvirtio_transport.c215 if (le64_to_cpu(hdr->dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt()
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c2191 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 Dvcap_api_kunit.c2209 .dst_cid = 1000000, in vcap_api_rule_chain_path_test()
2215 .dst_cid = 1100000, in vcap_api_rule_chain_path_test()
2221 .dst_cid = 8000000, in vcap_api_rule_chain_path_test()
/linux/include/uapi/linux/
H A Dvsockmon.h36 __le64 dst_cid; member
H A Dvirtio_vsock.h58 __le64 dst_cid; member
/linux/drivers/vhost/
H A Dvsock.c281 vsock = vhost_vsock_get(le64_to_cpu(hdr->dst_cid)); in vhost_transport_send_pkt()
535 le64_to_cpu(hdr->dst_cid) == in vhost_vsock_handle_tx_kick()
/linux/kernel/sched/
H A Dcore.c11773 int src_cid, dst_cid, src_cpu; in sched_mm_cid_migrate_to() local
11800 dst_cid = READ_ONCE(dst_pcpu_cid->cid); in sched_mm_cid_migrate_to()
11801 if (!mm_cid_is_unset(dst_cid) && in sched_mm_cid_migrate_to()
11813 if (!mm_cid_is_unset(dst_cid)) { in sched_mm_cid_migrate_to()