Searched defs:ccid (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/net/dccp/ |
H A D | ccid.c | 146 struct ccid *ccid = NULL; ccid_new() local 176 void ccid_hc_rx_delete(struct ccid *ccid, struct sock *sk) ccid_hc_rx_delete() argument 185 void ccid_hc_tx_delete(struct ccid *ccid, struct sock *sk) ccid_hc_tx_delete() argument
|
H A D | ccid.h | 99 struct ccid { struct 104 static inline void *ccid_priv(const struct ccid *ccid) ccid_priv() argument 118 struct ccid *ccid = dp->dccps_hc_rx_ccid; ccid_get_current_rx_ccid() local 127 struct ccid *ccid = dp->dccps_hc_tx_ccid; ccid_get_current_tx_ccid() local 166 static inline int ccid_hc_tx_send_packet(struct ccid *ccid, struct sock *sk, ccid_hc_tx_send_packet() argument 174 static inline void ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, ccid_hc_tx_packet_sent() argument 181 static inline void ccid_hc_rx_packet_recv(struct ccid *ccid, struct sock *sk, ccid_hc_rx_packet_recv() argument 188 static inline void ccid_hc_tx_packet_recv(struct ccid *ccid, struct sock *sk, ccid_hc_tx_packet_recv() argument 202 static inline int ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, ccid_hc_tx_parse_options() argument 214 static inline int ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, ccid_hc_rx_parse_options() argument 222 static inline int ccid_hc_rx_insert_options(struct ccid *ccid, struct sock *sk, ccid_hc_rx_insert_options() argument 230 static inline void ccid_hc_rx_get_info(struct ccid *ccid, struct sock *sk, ccid_hc_rx_get_info() argument 237 static inline void ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, ccid_hc_tx_get_info() argument 244 static inline int ccid_hc_rx_getsockopt(struct ccid *ccid, struct sock *sk, ccid_hc_rx_getsockopt() argument 255 static inline int ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, ccid_hc_tx_getsockopt() argument
|
H A D | feat.c | 41 static int dccp_hdlr_ccid(struct sock *sk, u64 ccid, bool rx) dccp_hdlr_ccid() argument 838 static const struct ccid_dependency *dccp_feat_ccid_deps(u8 ccid, bool is_local) dccp_feat_ccid_deps() argument 1002 u8 is_local, ccid; dccp_feat_server_ccid_dependencies() local
|
/linux-4.4.14/net/dccp/ccids/ |
H A D | ccid2.c | 710 static int ccid2_hc_tx_init(struct ccid *ccid, struct sock *sk) ccid2_hc_tx_init() argument
|
H A D | ccid3.c | 502 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) ccid3_hc_tx_init() argument 795 static int ccid3_hc_rx_init(struct ccid *ccid, struct sock *sk) ccid3_hc_rx_init() argument
|
/linux-4.4.14/drivers/nfc/ |
H A D | pn533.c | 457 struct pn533_acr122_ccid_hdr ccid; member in struct:pn533_acr122_tx_frame 464 struct pn533_acr122_ccid_hdr ccid; member in struct:pn533_acr122_rx_frame
|
/linux-4.4.14/drivers/s390/net/ |
H A D | qeth_core.h | 321 __u32 ccid; member in struct:qeth_hdr_osn
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_drv.h | 508 u32 ccid; member in struct:drm_i915_error_state
|
Completed in 316 milliseconds