Searched defs:cid (Results 1 – 15 of 15) sorted by relevance
/net/sctp/ |
D | debug.c | 48 const char *sctp_cname(const union sctp_subtype cid) in sctp_cname()
|
D | sm_statetable.c | 967 enum sctp_cid cid, in sctp_chunk_event_lookup()
|
D | sm_make_chunk.c | 2128 enum sctp_cid cid, in sctp_verify_param() 2253 const struct sctp_association *asoc, enum sctp_cid cid, in sctp_verify_init()
|
/net/vmw_vsock/ |
D | vsock_addr.c | 14 void vsock_addr_init(struct sockaddr_vm *addr, u32 cid, u32 port) in vsock_addr_init()
|
D | hyperv_transport.c | 554 static bool hvs_dgram_allow(u32 cid, u32 port) in hvs_dgram_allow() 710 static bool hvs_stream_allow(u32 cid, u32 port) in hvs_stream_allow()
|
D | virtio_transport_common.c | 608 bool virtio_transport_stream_allow(u32 cid, u32 port) in virtio_transport_stream_allow() 621 bool virtio_transport_dgram_allow(u32 cid, u32 port) in virtio_transport_dgram_allow()
|
D | vmci_transport.c | 655 static bool vmci_transport_stream_allow(u32 cid, u32 port) in vmci_transport_stream_allow() 1804 static bool vmci_transport_dgram_allow(u32 cid, u32 port) in vmci_transport_dgram_allow()
|
D | af_vsock.c | 537 u32 cid; in __vsock_bind() local
|
/net/6lowpan/ |
D | iphc.c | 153 #define LOWPAN_IPHC_CID_DCI(cid) (cid & 0x0f) argument 154 #define LOWPAN_IPHC_CID_SCI(cid) ((cid & 0xf0) >> 4) argument 617 u8 iphc0, iphc1, cid = 0; in lowpan_header_decompress() local 1134 u8 iphc0, iphc1, *hc_ptr, cid = 0; in lowpan_header_compress() local
|
/net/netfilter/ |
D | nf_conntrack_pptp.c | 283 __be16 cid = 0, pcid = 0; in pptp_inbound_pkt() local 411 __be16 cid = 0, pcid = 0; in pptp_outbound_pkt() local
|
/net/rxrpc/ |
D | protocol.h | 25 __be32 cid; /* connection and channel ID */ member 174 __be32 cid; /* parent connection ID */ member
|
D | conn_client.c | 792 u32 cid; in rxrpc_disconnect_client_call() local
|
D | ar-internal.h | 169 u32 cid; /* connection and channel ID */ member 334 u32 cid; /* connection ID */ member 606 u32 cid; /* connection ID plus channel index */ member
|
/net/bluetooth/ |
D | l2cap_core.c | 92 u16 cid) in __l2cap_get_chan_by_dcid() 104 u16 cid) in __l2cap_get_chan_by_scid() 119 u16 cid) in l2cap_get_chan_by_scid() 140 u16 cid) in l2cap_get_chan_by_dcid() 267 u16 cid, dyn_end; in l2cap_alloc_cid() local 5675 u16 cid, credits, max_credits; in l2cap_le_credits() local 6992 static void l2cap_data_channel(struct l2cap_conn *conn, u16 cid, in l2cap_data_channel() 7109 u16 cid, len; in l2cap_recv_frame() local 7250 int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, in l2cap_chan_connect()
|
D | smp.c | 3223 static struct l2cap_chan *smp_add_cid(struct hci_dev *hdev, u16 cid) in smp_add_cid()
|