Searched refs:dst_cid (Results 1 – 8 of 8) sorted by relevance
/linux/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/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/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.c | 46 int dst_cid; /* destination chain id */ member 1677 bool vcap_is_next_lookup(struct vcap_control *vctrl, int src_cid, int dst_cid) in vcap_is_next_lookup() argument 1688 if (dst_cid < next_cid) in vcap_is_next_lookup() 1691 admin = vcap_find_admin(vctrl, dst_cid); in vcap_is_next_lookup() 2191 int dst_cid) in vcap_get_next_chain() argument 2200 if (eport->src_cid == dst_cid) in vcap_get_next_chain() 2201 return eport->dst_cid; in vcap_get_next_chain() 2209 int dst_cid) in vcap_path_exist() argument 2211 int cid = rounddown(dst_cid, VCAP_CID_LOOKUP_SIZE); in vcap_path_exist() 2235 tmp = eport->dst_cid; in vcap_path_exist() [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/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/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()
|