Searched refs:ccid_hc_tx_get_info (Results 1 – 3 of 3) sorted by relevance
76 void (*ccid_hc_tx_get_info)(struct sock *sk, member234 static inline void ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_get_info() function237 if (ccid->ccid_ops->ccid_hc_tx_get_info != NULL) in ccid_hc_tx_get_info()238 ccid->ccid_ops->ccid_hc_tx_get_info(sk, info); in ccid_hc_tx_get_info()
36 ccid_hc_tx_get_info(dp->dccps_hc_tx_ccid, sk, info); in dccp_get_info()
858 .ccid_hc_tx_get_info = ccid3_hc_tx_get_info,