/kernel/linux/linux-5.10/include/trace/events/ |
H A D | vsock_virtio_transport_common.h | 39 __u32 dst_cid, __u32 dst_port, 47 dst_cid, dst_port, 56 __field(__u32, dst_cid) 66 __entry->dst_cid = dst_cid; 75 __entry->dst_cid, __entry->dst_port, 85 __u32 dst_cid, __u32 dst_port, 95 dst_cid, dst_port, 106 __field(__u32, dst_cid) 118 __entry->dst_cid [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | vsock_virtio_transport_common.h | 42 __u32 dst_cid, __u32 dst_port, 50 dst_cid, dst_port, 59 __field(__u32, dst_cid) 69 __entry->dst_cid = dst_cid; 78 __entry->dst_cid, __entry->dst_port, 88 __u32 dst_cid, __u32 dst_port, 98 dst_cid, dst_port, 109 __field(__u32, dst_cid) 121 __entry->dst_cid [all...] |
/kernel/linux/linux-6.6/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() 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() 2211 int cid = rounddown(dst_cid, VCAP_CID_LOOKUP_SIZE); in vcap_path_exist() 2235 tmp = eport->dst_cid; in vcap_path_exist() 2189 vcap_get_next_chain(struct vcap_control *vctrl, struct net_device *ndev, int dst_cid) vcap_get_next_chain() argument 2208 vcap_path_exist(struct vcap_control *vctrl, struct net_device *ndev, int dst_cid) vcap_path_exist() argument 3088 vcap_is_enabled(struct vcap_control *vctrl, struct net_device *ndev, int dst_cid) vcap_is_enabled() argument 3103 vcap_enable(struct vcap_control *vctrl, struct net_device *ndev, unsigned long cookie, int src_cid, int dst_cid) vcap_enable() argument 3148 int dst_cid; vcap_disable() local 3184 vcap_enable_lookups(struct vcap_control *vctrl, struct net_device *ndev, int src_cid, int dst_cid, unsigned long cookie, bool enable) vcap_enable_lookups() argument [all...] |
H A D | vcap_api_kunit.c | 2209 .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()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | virtio_transport_common.c | 45 u32 dst_cid, in virtio_transport_alloc_pkt() 58 pkt->hdr.dst_cid = cpu_to_le64(dst_cid); in virtio_transport_alloc_pkt() 80 dst_cid, dst_port, in virtio_transport_alloc_pkt() 121 hdr->dst_cid = pkt->hdr.dst_cid; in virtio_transport_build_skb() 176 u32 src_cid, src_port, dst_cid, dst_port; in virtio_transport_send_pkt_info() local 189 dst_cid = vsk->remote_addr.svm_cid; in virtio_transport_send_pkt_info() 192 dst_cid = info->remote_cid; in virtio_transport_send_pkt_info() 211 dst_cid, dst_por in virtio_transport_send_pkt_info() 41 virtio_transport_alloc_pkt(struct virtio_vsock_pkt_info *info, size_t len, u32 src_cid, u32 src_port, u32 dst_cid, u32 dst_port) virtio_transport_alloc_pkt() argument [all...] |
H A D | virtio_transport.c | 179 if (le64_to_cpu(pkt->hdr.dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt()
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | virtio_transport_common.c | 49 u32 dst_cid, in virtio_transport_alloc_skb() 66 hdr->dst_cid = cpu_to_le64(dst_cid); in virtio_transport_alloc_skb() 93 dst_cid, dst_port, in virtio_transport_alloc_skb() 139 hdr->dst_cid = pkt_hdr->dst_cid; in virtio_transport_build_skb() 202 u32 src_cid, src_port, dst_cid, dst_port; in virtio_transport_send_pkt_info() local 218 dst_cid = vsk->remote_addr.svm_cid; in virtio_transport_send_pkt_info() 221 dst_cid = info->remote_cid; in virtio_transport_send_pkt_info() 244 dst_cid, dst_por in virtio_transport_send_pkt_info() 45 virtio_transport_alloc_skb(struct virtio_vsock_pkt_info *info, size_t len, u32 src_cid, u32 src_port, u32 dst_cid, u32 dst_port) virtio_transport_alloc_skb() argument [all...] |
H A D | virtio_transport.c | 172 if (le64_to_cpu(hdr->dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | vsockmon.h | 36 __le64 dst_cid; member
|
H A D | virtio_vsock.h | 55 __le64 dst_cid; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | vsockmon.h | 36 __le64 dst_cid; member
|
H A D | virtio_vsock.h | 58 __le64 dst_cid; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | vsockmon.h | 11 __le64 dst_cid; member
|
H A D | virtio_vsock.h | 22 __le64 dst_cid; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | vsockmon.h | 24 __le64 dst_cid; member
|
H A D | virtio_vsock.h | 35 __le64 dst_cid; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | vsockmon.h | 24 __le64 dst_cid; member
|
H A D | virtio_vsock.h | 35 __le64 dst_cid; member
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_share.c | 15 static inline bool is_dst_device(char *src_cid, char *dst_cid) in is_dst_device() argument 17 return strncmp(src_cid, dst_cid, HMDFS_CID_SIZE) == 0; in is_dst_device()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_share.c | 15 static inline bool is_dst_device(char *src_cid, char *dst_cid) in is_dst_device() argument 17 return strncmp(src_cid, dst_cid, HMDFS_CID_SIZE) == 0; in is_dst_device()
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vsock.c | 254 vsock = vhost_vsock_get(le64_to_cpu(pkt->hdr.dst_cid)); in vhost_transport_send_pkt() 490 le64_to_cpu(pkt->hdr.dst_cid) == in vhost_vsock_handle_tx_kick()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vsock.c | 277 vsock = vhost_vsock_get(le64_to_cpu(hdr->dst_cid)); in vhost_transport_send_pkt() 524 le64_to_cpu(hdr->dst_cid) == in vhost_vsock_handle_tx_kick()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | core.c | 12568 int src_cid, dst_cid, src_cpu; in sched_mm_cid_migrate_to() local 12595 dst_cid = READ_ONCE(dst_pcpu_cid->cid); in sched_mm_cid_migrate_to() 12596 if (!mm_cid_is_unset(dst_cid) && in sched_mm_cid_migrate_to() 12608 if (!mm_cid_is_unset(dst_cid)) { in sched_mm_cid_migrate_to()
|