dccps_hc_tx_ccid  295 include/linux/dccp.h 	struct ccid			*dccps_hc_tx_ccid;
dccps_hc_tx_ccid  124 net/dccp/ccid.h 	struct ccid *ccid = dp->dccps_hc_tx_ccid;
dccps_hc_tx_ccid  114 net/dccp/ccids/ccid2.h 	return ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid);
dccps_hc_tx_ccid  104 net/dccp/ccids/ccid3.h 	struct ccid3_hc_tx_sock *hctx = ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid);
dccps_hc_tx_ccid   35 net/dccp/diag.c 	if (dp->dccps_hc_tx_ccid != NULL)
dccps_hc_tx_ccid   36 net/dccp/diag.c 		ccid_hc_tx_get_info(dp->dccps_hc_tx_ccid, sk, info);
dccps_hc_tx_ccid   48 net/dccp/feat.c 		ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk);
dccps_hc_tx_ccid   49 net/dccp/feat.c 		dp->dccps_hc_tx_ccid = new_ccid;
dccps_hc_tx_ccid 1559 net/dccp/feat.c 	ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk);
dccps_hc_tx_ccid 1560 net/dccp/feat.c 	dp->dccps_hc_rx_ccid = dp->dccps_hc_tx_ccid = NULL;
dccps_hc_tx_ccid  182 net/dccp/input.c 		ccid_hc_tx_packet_recv(dp->dccps_hc_tx_ccid, sk, skb);
dccps_hc_tx_ccid  229 net/dccp/options.c 			if (ccid_hc_tx_parse_options(dp->dccps_hc_tx_ccid, sk,
dccps_hc_tx_ccid  152 net/dccp/output.c 	const struct ccid *tx_ccid = dp->dccps_hc_tx_ccid;
dccps_hc_tx_ccid  285 net/dccp/output.c 	ccid_hc_tx_packet_sent(dp->dccps_hc_tx_ccid, sk, len);
dccps_hc_tx_ccid  311 net/dccp/output.c 		rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb);
dccps_hc_tx_ccid  349 net/dccp/output.c 		int rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb);
dccps_hc_tx_ccid  178 net/dccp/proto.c 	ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk);
dccps_hc_tx_ccid  179 net/dccp/proto.c 	dp->dccps_hc_tx_ccid = NULL;
dccps_hc_tx_ccid  674 net/dccp/proto.c 		return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname,