Home
last modified time | relevance | path

Searched refs:dccps_hc_tx_ccid (Results 1 – 11 of 11) sorted by relevance

/linux/net/dccp/
H A Ddiag.c35 if (dp->dccps_hc_tx_ccid != NULL) in dccp_get_info()
36 ccid_hc_tx_get_info(dp->dccps_hc_tx_ccid, sk, info); in dccp_get_info()
H A Doutput.c154 const struct ccid *tx_ccid = dp->dccps_hc_tx_ccid; in dccp_determine_ccmps()
289 ccid_hc_tx_packet_sent(dp->dccps_hc_tx_ccid, sk, len); in dccp_xmit_packet()
318 rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb); in dccp_flush_write_queue()
356 int rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb); in dccp_write_xmit()
H A Dminisocks.c100 newdp->dccps_hc_tx_ccid = NULL; in dccp_create_openreq_child()
H A Dfeat.c48 ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk); in dccp_hdlr_ccid()
49 dp->dccps_hc_tx_ccid = new_ccid; in dccp_hdlr_ccid()
1572 ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk); in dccp_feat_activate_values()
1573 dp->dccps_hc_rx_ccid = dp->dccps_hc_tx_ccid = NULL; in dccp_feat_activate_values()
H A Dccid.h124 struct ccid *ccid = dp->dccps_hc_tx_ccid; in ccid_get_current_tx_ccid()
H A Dproto.c178 ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk); in dccp_destruct_common()
179 dp->dccps_hc_tx_ccid = NULL; in dccp_destruct_common()
670 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname, in do_dccp_getsockopt()
H A Dinput.c182 ccid_hc_tx_packet_recv(dp->dccps_hc_tx_ccid, sk, skb); in dccp_deliver_input_to_ccids()
H A Doptions.c230 if (ccid_hc_tx_parse_options(dp->dccps_hc_tx_ccid, sk, in dccp_parse_options()
/linux/net/dccp/ccids/
H A Dccid2.h114 return ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid2_hc_tx_sk()
H A Dccid3.h104 struct ccid3_hc_tx_sock *hctx = ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid3_hc_tx_sk()
/linux/include/linux/
H A Ddccp.h295 struct ccid *dccps_hc_tx_ccid; member