Home
last modified time | relevance | path

Searched refs:src_cid (Results 1 – 10 of 10) sorted by relevance

/linux/include/trace/events/
H A Dvsock_virtio_transport_common.h41 __u32 src_cid, __u32 src_port,
50 src_cid, src_port,
59 __field(__u32, src_cid)
70 __entry->src_cid = src_cid;
81 __entry->src_cid, __entry->src_port,
91 __u32 src_cid, __u32 src_port,
101 src_cid, src_port,
111 __field(__u32, src_cid)
123 __entry->src_cid
[all...]
/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c119 u32 src_cid, in virtio_transport_init_hdr() argument
129 hdr->src_cid = cpu_to_le64(src_cid); in virtio_transport_init_hdr()
184 hdr->src_cid = pkt_hdr->src_cid; in virtio_transport_build_skb()
251 u32 src_cid, in virtio_transport_alloc_skb() argument
269 virtio_transport_init_hdr(skb, info, payload_len, src_cid, src_port, in virtio_transport_alloc_skb()
309 trace_virtio_transport_alloc_pkt(src_cid, src_port, in virtio_transport_alloc_skb()
332 u32 src_cid, src_port, dst_cid, dst_port; in virtio_transport_send_pkt_info() local
346 src_cid in virtio_transport_send_pkt_info()
[all...]
/linux/drivers/misc/vmw_vmci/
H A Dvmci_context.c984 int vmci_ctx_notify_dbell(u32 src_cid, in vmci_ctx_notify_dbell() argument
1001 if (src_cid != handle.context) { in vmci_ctx_notify_dbell()
1004 if (VMCI_CONTEXT_IS_VM(src_cid) && in vmci_ctx_notify_dbell()
1007 src_cid, handle.context); in vmci_ctx_notify_dbell()
1019 if (src_cid != VMCI_HOST_CONTEXT_ID || in vmci_ctx_notify_dbell()
1021 src_priv_flags = vmci_context_get_priv_flags(src_cid); in vmci_ctx_notify_dbell()
1031 result = vmci_dbell_host_context_notify(src_cid, handle); in vmci_ctx_notify_dbell()
H A Dvmci_doorbell.h37 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle);
H A Dvmci_doorbell.c275 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle) in vmci_dbell_host_context_notify() argument
/linux/include/uapi/linux/
H A Dvsockmon.h35 __le64 src_cid; member
H A Dvirtio_vsock.h57 __le64 src_cid; member
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c45 int src_cid; /* source 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
1686 next_cid = roundup(src_cid + 1, VCAP_CID_LOOKUP_SIZE); in vcap_is_next_lookup()
2175 struct net_device *ndev, int src_cid) in vcap_is_chain_used() argument
2182 if (eport->src_cid == src_cid && eport->ndev == ndev) in vcap_is_chain_used()
2200 if (eport->src_cid == dst_cid) in vcap_get_next_chain()
2223 if (elem->src_cid == 0 && elem->ndev == ndev) { in vcap_path_exist()
3116 unsigned long cookie, int src_cid, int dst_cid) in vcap_enable() argument
3121 if (src_cid > in vcap_enable()
3197 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 Dvcap_api_kunit.c2203 .src_cid = 0, in vcap_api_rule_chain_path_test()
2209 .src_cid = 1000000, in vcap_api_rule_chain_path_test()
2215 .src_cid = 1100000, in vcap_api_rule_chain_path_test()
/linux/drivers/vhost/
H A Dvsock.c537 if (le64_to_cpu(hdr->src_cid) == vsock->guest_cid && in vhost_vsock_handle_tx_kick()