Home
last modified time | relevance | path

Searched refs:ccid_hc_tx_packet_sent (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/dccp/
H A Dccid.h72 void (*ccid_hc_tx_packet_sent)(struct sock *sk, member
171 static inline void ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_packet_sent() function
174 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()
H A Doutput.c289 ccid_hc_tx_packet_sent(dp->dccps_hc_tx_ccid, sk, len); in dccp_xmit_packet()
/openbmc/linux/net/dccp/ccids/
H A Dccid2.c783 .ccid_hc_tx_packet_sent = ccid2_hc_tx_packet_sent,
H A Dccid3.c849 .ccid_hc_tx_packet_sent = ccid3_hc_tx_packet_sent,