Home
last modified time | relevance | path

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

/linux-6.1.9/net/dccp/
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()
Doutput.c289 ccid_hc_tx_packet_sent(dp->dccps_hc_tx_ccid, sk, len); in dccp_xmit_packet()
/linux-6.1.9/net/dccp/ccids/
Dccid2.c783 .ccid_hc_tx_packet_sent = ccid2_hc_tx_packet_sent,
Dccid3.c849 .ccid_hc_tx_packet_sent = ccid3_hc_tx_packet_sent,