Searched refs:ccid_hc_tx_get_info (Results 1 – 3 of 3) sorted by relevance
79 void (*ccid_hc_tx_get_info)(struct sock *sk, member237 static inline void ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_get_info() function240 if (ccid->ccid_ops->ccid_hc_tx_get_info != NULL) in ccid_hc_tx_get_info()241 ccid->ccid_ops->ccid_hc_tx_get_info(sk, info); in ccid_hc_tx_get_info()
39 ccid_hc_tx_get_info(dp->dccps_hc_tx_ccid, sk, info); in dccp_get_info()
862 .ccid_hc_tx_get_info = ccid3_hc_tx_get_info,