Searched refs:dst_cid (Results 1 – 7 of 7) 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/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api.c | 46 int dst_cid; /* destination chain id */ member 1687 bool vcap_is_next_lookup(struct vcap_control *vctrl, int src_cid, int dst_cid) in vcap_is_next_lookup() argument 1698 if (dst_cid < next_cid) in vcap_is_next_lookup() 1701 admin = vcap_find_admin(vctrl, dst_cid); in vcap_is_next_lookup() 2201 int dst_cid) in vcap_get_next_chain() argument 2210 if (eport->src_cid == dst_cid) in vcap_get_next_chain() 2211 return eport->dst_cid; in vcap_get_next_chain() 2219 int dst_cid) in vcap_path_exist() argument 2221 int cid = rounddown(dst_cid, VCAP_CID_LOOKUP_SIZE); in vcap_path_exist() 2245 tmp = eport->dst_cid; in vcap_path_exist() [all …]
|
| H A D | vcap_api_kunit.c | 2205 .dst_cid = 1000000, in vcap_api_rule_chain_path_test() 2211 .dst_cid = 1100000, in vcap_api_rule_chain_path_test() 2217 .dst_cid = 8000000, in vcap_api_rule_chain_path_test()
|
| /linux/net/vmw_vsock/ |
| H A D | virtio_transport_common.c | 100 u32 dst_cid, in virtio_transport_init_hdr() argument 109 hdr->dst_cid = cpu_to_le64(dst_cid); in virtio_transport_init_hdr() 144 hdr->dst_cid = pkt_hdr->dst_cid; in virtio_transport_build_skb() 218 u32 dst_cid, in virtio_transport_alloc_skb() argument 235 dst_cid, dst_port); in virtio_transport_alloc_skb() 281 dst_cid, dst_port, in virtio_transport_alloc_skb() 303 u32 src_cid, src_port, dst_cid, dst_port; in virtio_transport_send_pkt_info() local 323 dst_cid = vsk->remote_addr.svm_cid; in virtio_transport_send_pkt_info() 326 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 | 253 if (le64_to_cpu(hdr->dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt()
|
| /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
|