ccid_hc_tx_packet_sent   72 net/dccp/ccid.h 	void		(*ccid_hc_tx_packet_sent)(struct sock *sk,
ccid_hc_tx_packet_sent  174 net/dccp/ccid.h 	if (ccid->ccid_ops->ccid_hc_tx_packet_sent != NULL)
ccid_hc_tx_packet_sent  175 net/dccp/ccid.h 		ccid->ccid_ops->ccid_hc_tx_packet_sent(sk, len);
ccid_hc_tx_packet_sent  778 net/dccp/ccids/ccid2.c 	.ccid_hc_tx_packet_sent	  = ccid2_hc_tx_packet_sent,
ccid_hc_tx_packet_sent  843 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, len);