Searched refs:ccid_priv (Results 1 – 5 of 5) sorted by relevance
126 return ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid2_hc_tx_sk()131 return ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid); in ccid2_hc_rx_sk()
116 struct ccid3_hc_tx_sock *hctx = ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid3_hc_tx_sk()155 struct ccid3_hc_rx_sock *hcrx = ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid); in ccid3_hc_rx_sk()
504 struct ccid3_hc_tx_sock *hc = ccid_priv(ccid); in ccid3_hc_tx_init()797 struct ccid3_hc_rx_sock *hc = ccid_priv(ccid); in ccid3_hc_rx_init()
712 struct ccid2_hc_tx_sock *hc = ccid_priv(ccid); in ccid2_hc_tx_init()
101 char ccid_priv[0]; member104 static inline void *ccid_priv(const struct ccid *ccid) in ccid_priv() function106 return (void *)ccid->ccid_priv; in ccid_priv()