Searched refs:ccid (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/net/dccp/ |
| D | ccid.h | 56 int (*ccid_hc_rx_init)(struct ccid *ccid, struct sock *sk); 57 int (*ccid_hc_tx_init)(struct ccid *ccid, struct sock *sk); 96 struct ccid { struct 101 static inline void *ccid_priv(const struct ccid *ccid) in ccid_priv() argument 103 return (void *)ccid->ccid_priv; in ccid_priv() 111 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx); 115 struct ccid *ccid = dp->dccps_hc_rx_ccid; in ccid_get_current_rx_ccid() local 117 if (ccid == NULL || ccid->ccid_ops == NULL) in ccid_get_current_rx_ccid() 119 return ccid->ccid_ops->ccid_id; in ccid_get_current_rx_ccid() 124 struct ccid *ccid = dp->dccps_hc_tx_ccid; in ccid_get_current_tx_ccid() local [all …]
|
| D | ccid.c | 88 slab = kmem_cache_create(slab_name_fmt, sizeof(struct ccid) + obj_size, 0, in ccid_kmem_cache_create() 140 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx) in ccid_new() 143 struct ccid *ccid = NULL; in ccid_new() local 148 ccid = kmem_cache_alloc(rx ? ccid_ops->ccid_hc_rx_slab : in ccid_new() 150 if (ccid == NULL) in ccid_new() 152 ccid->ccid_ops = ccid_ops; in ccid_new() 154 memset(ccid + 1, 0, ccid_ops->ccid_hc_rx_obj_size); in ccid_new() 155 if (ccid->ccid_ops->ccid_hc_rx_init != NULL && in ccid_new() 156 ccid->ccid_ops->ccid_hc_rx_init(ccid, sk) != 0) in ccid_new() 159 memset(ccid + 1, 0, ccid_ops->ccid_hc_tx_obj_size); in ccid_new() [all …]
|
| D | feat.c | 36 static int dccp_hdlr_ccid(struct sock *sk, u64 ccid, bool rx) in dccp_hdlr_ccid() argument 39 struct ccid *new_ccid = ccid_new(ccid, sk, rx); in dccp_hdlr_ccid() 838 static const struct ccid_dependency *dccp_feat_ccid_deps(u8 ccid, bool is_local) in dccp_feat_ccid_deps() argument 924 switch (ccid) { in dccp_feat_ccid_deps() 1002 u8 is_local, ccid; in dccp_feat_server_ccid_dependencies() local 1008 ccid = entry->val.sp.vec[0]; in dccp_feat_server_ccid_dependencies() 1010 ccid = dccp_feat_default_value(DCCPF_CCID); in dccp_feat_server_ccid_dependencies() 1012 if (dccp_feat_propagate_ccid(fn, ccid, is_local)) in dccp_feat_server_ccid_dependencies()
|
| D | Makefile | 4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
|
| D | output.c | 152 const struct ccid *tx_ccid = dp->dccps_hc_tx_ccid; in dccp_determine_ccmps()
|
| /Linux-v5.4/drivers/nfc/pn533/ |
| D | usb.c | 253 struct pn533_acr122_ccid_hdr ccid; member 260 struct pn533_acr122_ccid_hdr ccid; member 268 frame->ccid.type = PN533_ACR122_PC_TO_RDR_ESCAPE; in pn533_acr122_tx_frame_init() 270 frame->ccid.datalen = sizeof(frame->apdu) + 1; in pn533_acr122_tx_frame_init() 271 frame->ccid.slot = 0; in pn533_acr122_tx_frame_init() 272 frame->ccid.seq = 0; in pn533_acr122_tx_frame_init() 273 frame->ccid.params[0] = 0; in pn533_acr122_tx_frame_init() 274 frame->ccid.params[1] = 0; in pn533_acr122_tx_frame_init() 275 frame->ccid.params[2] = 0; in pn533_acr122_tx_frame_init() 291 frame->ccid.datalen += frame->datalen; in pn533_acr122_tx_frame_finish() [all …]
|
| /Linux-v5.4/include/linux/ |
| D | dccp.h | 190 struct ccid; 294 struct ccid *dccps_hc_rx_ccid; 295 struct ccid *dccps_hc_tx_ccid;
|
| /Linux-v5.4/net/dccp/ccids/ |
| D | ccid3.c | 489 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid3_hc_tx_init() argument 491 struct ccid3_hc_tx_sock *hc = ccid_priv(ccid); in ccid3_hc_tx_init() 785 static int ccid3_hc_rx_init(struct ccid *ccid, struct sock *sk) in ccid3_hc_rx_init() argument 787 struct ccid3_hc_rx_sock *hc = ccid_priv(ccid); in ccid3_hc_rx_init()
|
| D | ccid2.c | 713 static int ccid2_hc_tx_init(struct ccid *ccid, struct sock *sk) in ccid2_hc_tx_init() argument 715 struct ccid2_hc_tx_sock *hc = ccid_priv(ccid); in ccid2_hc_tx_init()
|
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_gpu_error.h | 65 u32 ccid; member
|
| D | i915_gpu_error.c | 720 err_printf(m, "CCID: 0x%08x\n", error->ccid); in __err_print_to_sgl() 1548 error->ccid = intel_uncore_read(uncore, CCID(RENDER_RING_BASE)); in capture_reg_state()
|
| /Linux-v5.4/drivers/s390/net/ |
| D | qeth_core.h | 315 __u32 ccid; member
|