Searched defs:cid (Results 1 - 9 of 9) sorted by relevance

/net/sctp/
H A Ddebug.c74 const char *sctp_cname(const sctp_subtype_t cid) argument
76 if (cid.chunk <= SCTP_CID_BASE_MAX)
77 return sctp_cid_tbl[cid.chunk];
79 switch (cid.chunk) {
H A Dsm_statetable.c63 sctp_cid_t cid,
912 sctp_cid_t cid,
918 if (cid <= SCTP_CID_BASE_MAX)
919 return &chunk_event_table[cid][state];
922 if (cid == SCTP_CID_FWD_TSN)
927 if (cid == SCTP_CID_ASCONF)
930 if (cid == SCTP_CID_ASCONF_ACK)
935 if (cid == SCTP_CID_AUTH)
911 sctp_chunk_event_lookup(struct net *net, sctp_cid_t cid, sctp_state_t state) argument
H A Dsm_make_chunk.c2092 sctp_cid_t cid,
2199 ntohs(param.p->type), cid);
2208 sctp_cid_t cid,
2247 if ((SCTP_CID_INIT_ACK == cid) && !has_cookie)
2254 result = sctp_verify_param(net, asoc, param, cid, chunk, errp);
2466 * cid tells us if this is an INIT, INIT ACK or COOKIE ECHO.
2089 sctp_verify_param(struct net *net, const struct sctp_association *asoc, union sctp_params param, sctp_cid_t cid, struct sctp_chunk *chunk, struct sctp_chunk **err_chunk) argument
2207 sctp_verify_init(struct net *net, const struct sctp_association *asoc, sctp_cid_t cid, sctp_init_chunk_t *peer_init, struct sctp_chunk *chunk, struct sctp_chunk **errp) argument
/net/vmw_vsock/
H A Dvsock_addr.c23 void vsock_addr_init(struct sockaddr_vm *addr, u32 cid, u32 port) argument
27 addr->svm_cid = cid;
H A Daf_vsock.c534 u32 cid; local
546 cid = transport->get_local_cid();
547 if (addr->svm_cid != cid && addr->svm_cid != VMADDR_CID_ANY)
H A Dvmci_transport.c145 /* We register the stream control handler as an any cid handle so we
639 static bool vmci_transport_stream_allow(u32 cid, u32 port) argument
646 BUILD_BUG_ON(sizeof(cid) != sizeof(*non_socket_contexts));
649 if (cid == non_socket_contexts[i])
1798 static bool vmci_transport_dgram_allow(u32 cid, u32 port) argument
1800 if (cid == VMADDR_CID_HYPERVISOR) {
/net/netfilter/
H A Dnf_conntrack_pptp.c276 __be16 cid = 0, pcid = 0; local
311 cid = pptpReq->ocack.callID;
316 ntohs(cid), ntohs(pcid));
320 info->pac_call_id = cid;
321 exp_gre(ct, cid, pcid);
331 cid = pptpReq->icreq.callID;
332 pr_debug("%s, CID=%X\n", pptp_msg_name[msg], ntohs(cid));
334 info->pac_call_id = cid;
346 cid = info->pac_call_id;
355 exp_gre(ct, cid, pci
404 __be16 cid = 0, pcid = 0; local
[all...]
/net/rxrpc/
H A Dar-internal.h286 __be32 cid; /* connection ID */ member in struct:rxrpc_connection
400 __be32 cid; /* connection ID + channel index */ member in struct:rxrpc_call
/net/bluetooth/
H A Dl2cap_core.c64 u16 cid)
69 if (c->dcid == cid)
76 u16 cid)
81 if (c->scid == cid)
90 u16 cid)
95 c = __l2cap_get_chan_by_scid(conn, cid);
107 u16 cid)
112 c = __l2cap_get_chan_by_dcid(conn, cid);
203 u16 cid = L2CAP_CID_DYN_START; local
205 for (; cid < L2CAP_CID_DYN_EN
63 __l2cap_get_chan_by_dcid(struct l2cap_conn *conn, u16 cid) argument
75 __l2cap_get_chan_by_scid(struct l2cap_conn *conn, u16 cid) argument
89 l2cap_get_chan_by_scid(struct l2cap_conn *conn, u16 cid) argument
106 l2cap_get_chan_by_dcid(struct l2cap_conn *conn, u16 cid) argument
1299 l2cap_global_chan_by_scid(int state, u16 cid, bdaddr_t *src, bdaddr_t *dst) argument
1715 l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, bdaddr_t *dst, u8 dst_type) argument
6271 l2cap_data_channel(struct l2cap_conn *conn, u16 cid, struct sk_buff *skb) argument
6382 u16 cid, len; local
[all...]

Completed in 114 milliseconds