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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid2.h75 return ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid);
80 return ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid);
H A Dccid3.h120 struct ccid3_hc_tx_sock *hctx = ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid);
164 struct ccid3_hc_rx_sock *hcrx = ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid);
H A Dccid3.c548 struct ccid3_hc_tx_sock *hc = ccid_priv(ccid);
853 struct ccid3_hc_rx_sock *hc = ccid_priv(ccid);
H A Dccid2.c640 struct ccid2_hc_tx_sock *hc = ccid_priv(ccid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dccid.h105 char ccid_priv[0]; member in struct:ccid
108 static inline void *ccid_priv(const struct ccid *ccid) function
110 return (void *)ccid->ccid_priv;

Completed in 107 milliseconds