Searched refs:ccid_hc_tx_packet_sent (Results 1 – 4 of 4) sorted by relevance
72 void (*ccid_hc_tx_packet_sent)(struct sock *sk, member171 static inline void ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_packet_sent() function174 if (ccid->ccid_ops->ccid_hc_tx_packet_sent != NULL) in ccid_hc_tx_packet_sent()175 ccid->ccid_ops->ccid_hc_tx_packet_sent(sk, len); in ccid_hc_tx_packet_sent()
289 ccid_hc_tx_packet_sent(dp->dccps_hc_tx_ccid, sk, len); in dccp_xmit_packet()
784 .ccid_hc_tx_packet_sent = ccid2_hc_tx_packet_sent,
849 .ccid_hc_tx_packet_sent = ccid3_hc_tx_packet_sent,