ccid_hc_tx_packet_sent   77 net/dccp/ccid.h 	void		(*ccid_hc_tx_packet_sent)(struct sock *sk,
ccid_hc_tx_packet_sent  129 net/dccp/ccid.h 	if (ccid->ccid_ops->ccid_hc_tx_packet_sent != NULL)
ccid_hc_tx_packet_sent  130 net/dccp/ccid.h 		ccid->ccid_ops->ccid_hc_tx_packet_sent(sk, more, len);
ccid_hc_tx_packet_sent  779 net/dccp/ccids/ccid2.c 	.ccid_hc_tx_packet_sent	= ccid2_hc_tx_packet_sent,
ccid_hc_tx_packet_sent  951 net/dccp/ccids/ccid3.c 	.ccid_hc_tx_packet_sent	   = ccid3_hc_tx_packet_sent,
ccid_hc_tx_packet_sent  285 net/dccp/output.c 			ccid_hc_tx_packet_sent(dp->dccps_hc_tx_ccid, sk, 0, len);