Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/
H A Dccid2.h114 return ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid2_hc_tx_sk()
119 return ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid); in ccid2_hc_rx_sk()
H A Dccid3.h104 struct ccid3_hc_tx_sock *hctx = ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid3_hc_tx_sk()
143 struct ccid3_hc_rx_sock *hcrx = ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid); in ccid3_hc_rx_sk()
H A Dccid3.c496 struct ccid3_hc_tx_sock *hc = ccid_priv(ccid); in ccid3_hc_tx_init()
793 struct ccid3_hc_rx_sock *hc = ccid_priv(ccid); in ccid3_hc_rx_init()
H A Dccid2.c720 struct ccid2_hc_tx_sock *hc = ccid_priv(ccid); in ccid2_hc_tx_init()
/openbmc/linux/net/dccp/
H A Dccid.h98 char ccid_priv[]; member
101 static inline void *ccid_priv(const struct ccid *ccid) in ccid_priv() function
103 return (void *)ccid->ccid_priv; in ccid_priv()