Home
last modified time | relevance | path

Searched refs:ccid_priv (Results 1 – 5 of 5) sorted by relevance

/net/dccp/ccids/
Dccid2.h126 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()
Dccid3.h116 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()
Dccid3.c504 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()
Dccid2.c712 struct ccid2_hc_tx_sock *hc = ccid_priv(ccid); in ccid2_hc_tx_init()
/net/dccp/
Dccid.h101 char ccid_priv[0]; member
104 static inline void *ccid_priv(const struct ccid *ccid) in ccid_priv() function
106 return (void *)ccid->ccid_priv; in ccid_priv()