Home
last modified time | relevance | path

Searched defs:cid (Results 1 – 12 of 12) sorted by relevance

/net/sctp/
Ddebug.c63 const char *sctp_cname(const sctp_subtype_t cid) in sctp_cname()
Dsm_statetable.c905 sctp_cid_t cid, in sctp_chunk_event_lookup()
Dsm_make_chunk.c2117 sctp_cid_t cid, in sctp_verify_param()
2241 const struct sctp_association *asoc, sctp_cid_t cid, in sctp_verify_init()
/net/vmw_vsock/
Dvsock_addr.c22 void vsock_addr_init(struct sockaddr_vm *addr, u32 cid, u32 port) in vsock_addr_init()
Dvirtio_transport_common.c504 bool virtio_transport_stream_allow(u32 cid, u32 port) in virtio_transport_stream_allow()
517 bool virtio_transport_dgram_allow(u32 cid, u32 port) in virtio_transport_dgram_allow()
Dvmci_transport.c672 static bool vmci_transport_stream_allow(u32 cid, u32 port) in vmci_transport_stream_allow()
1813 static bool vmci_transport_dgram_allow(u32 cid, u32 port) in vmci_transport_dgram_allow()
Daf_vsock.c566 u32 cid; in __vsock_bind() local
/net/netfilter/
Dnf_conntrack_pptp.c285 __be16 cid = 0, pcid = 0; in pptp_inbound_pkt() local
413 __be16 cid = 0, pcid = 0; in pptp_outbound_pkt() local
/net/rxrpc/
Dar-call.c68 __be32 cid, in rxrpc_call_hashfunc()
152 __be32 cid, in rxrpc_find_call_hash()
Dar-internal.h288 __be32 cid; /* connection ID */ member
407 __be32 cid; /* connection ID + channel index */ member
/net/bluetooth/
Dl2cap_core.c91 u16 cid) in __l2cap_get_chan_by_dcid()
103 u16 cid) in __l2cap_get_chan_by_scid()
117 u16 cid) in l2cap_get_chan_by_scid()
134 u16 cid) in l2cap_get_chan_by_dcid()
235 u16 cid, dyn_end; in l2cap_alloc_cid() local
5598 u16 cid, credits, max_credits; in l2cap_le_credits() local
6855 static void l2cap_data_channel(struct l2cap_conn *conn, u16 cid, in l2cap_data_channel()
6970 u16 cid, len; in l2cap_recv_frame() local
7111 int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, in l2cap_chan_connect()
Dsmp.c3176 static struct l2cap_chan *smp_add_cid(struct hci_dev *hdev, u16 cid) in smp_add_cid()