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

/net/sctp/
H A Ddebug.c63 const char *sctp_cname(const sctp_subtype_t cid) argument
65 if (cid.chunk <= SCTP_CID_BASE_MAX)
66 return sctp_cid_tbl[cid.chunk];
68 switch (cid.chunk) {
H A Dsm_statetable.c56 sctp_cid_t cid,
905 sctp_cid_t cid,
911 if (cid <= SCTP_CID_BASE_MAX)
912 return &chunk_event_table[cid][state];
915 if (cid == SCTP_CID_FWD_TSN)
920 if (cid == SCTP_CID_ASCONF)
923 if (cid == SCTP_CID_ASCONF_ACK)
928 if (cid == SCTP_CID_AUTH)
904 sctp_chunk_event_lookup(struct net *net, sctp_cid_t cid, sctp_state_t state) argument
H A Dsm_make_chunk.c2109 sctp_cid_t cid,
2216 __func__, ntohs(param.p->type), cid);
2226 const struct sctp_association *asoc, sctp_cid_t cid,
2262 if ((SCTP_CID_INIT_ACK == cid) && !has_cookie)
2268 result = sctp_verify_param(net, ep, asoc, param, cid,
2481 * cid tells us if this is an INIT, INIT ACK or COOKIE ECHO.
2105 sctp_verify_param(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, union sctp_params param, sctp_cid_t cid, struct sctp_chunk *chunk, struct sctp_chunk **err_chunk) argument
2225 sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, 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.c22 void vsock_addr_init(struct sockaddr_vm *addr, u32 cid, u32 port) argument
26 addr->svm_cid = cid;
H A Daf_vsock.c545 u32 cid; local
557 cid = transport->get_local_cid();
558 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
640 static bool vmci_transport_stream_allow(u32 cid, u32 port) argument
647 BUILD_BUG_ON(sizeof(cid) != sizeof(*non_socket_contexts));
650 if (cid == non_socket_contexts[i])
1794 static bool vmci_transport_dgram_allow(u32 cid, u32 port) argument
1796 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-call.c68 __be32 cid,
80 u32 hcid = ntohl(cid);
121 key = rxrpc_call_hashfunc(call->in_clientflag, call->cid,
152 __be32 cid,
177 key = rxrpc_call_hashfunc(clientflag, cid, call_id, epoch,
183 call->cid == cid &&
434 candidate->cid = hdr->cid;
436 candidate->channel = ntohl(hdr->cid)
66 rxrpc_call_hashfunc( u8 clientflag, __be32 cid, __be32 call_id, __be32 epoch, __be16 service_id, sa_family_t proto, void *localptr, unsigned int addr_size, const u8 *peer_addr) argument
150 rxrpc_find_call_hash( u8 clientflag, __be32 cid, __be32 call_id, __be32 epoch, __be16 service_id, void *localptr, sa_family_t proto, const u8 *peer_addr) argument
[all...]
H A Dar-internal.h286 __be32 cid; /* connection ID */ member in struct:rxrpc_connection
405 __be32 cid; /* connection ID + channel index */ member in struct:rxrpc_call
/net/bluetooth/
H A Dl2cap_core.c82 u16 cid)
87 if (c->dcid == cid)
94 u16 cid)
99 if (c->scid == cid)
108 u16 cid)
113 c = __l2cap_get_chan_by_scid(conn, cid);
125 u16 cid)
130 c = __l2cap_get_chan_by_dcid(conn, cid);
226 u16 cid, dyn_end; local
233 for (cid
81 __l2cap_get_chan_by_dcid(struct l2cap_conn *conn, u16 cid) argument
93 __l2cap_get_chan_by_scid(struct l2cap_conn *conn, u16 cid) argument
107 l2cap_get_chan_by_scid(struct l2cap_conn *conn, u16 cid) argument
124 l2cap_get_chan_by_dcid(struct l2cap_conn *conn, u16 cid) argument
5478 u16 cid, credits, max_credits; local
6724 l2cap_data_channel(struct l2cap_conn *conn, u16 cid, struct sk_buff *skb) argument
6832 u16 cid, len; local
6966 l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, bdaddr_t *dst, u8 dst_type) argument
[all...]

Completed in 87 milliseconds