Searched refs:dccps_hc_tx_ccid (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/net/dccp/ |
H A D | diag.c | 35 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 D | output.c | 154 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 D | minisocks.c | 99 newdp->dccps_hc_tx_ccid = NULL; in dccp_create_openreq_child()
|
H A D | feat.c | 48 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 D | ccid.h | 124 struct ccid *ccid = dp->dccps_hc_tx_ccid; in ccid_get_current_tx_ccid()
|
H A D | proto.c | 178 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 D | options.c | 230 if (ccid_hc_tx_parse_options(dp->dccps_hc_tx_ccid, sk, in dccp_parse_options()
|
H A D | input.c | 182 ccid_hc_tx_packet_recv(dp->dccps_hc_tx_ccid, sk, skb); in dccp_deliver_input_to_ccids()
|
/openbmc/linux/net/dccp/ccids/ |
H A D | ccid2.h | 114 return ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid2_hc_tx_sk()
|
H A D | ccid3.h | 104 struct ccid3_hc_tx_sock *hctx = ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid3_hc_tx_sk()
|
/openbmc/linux/include/linux/ |
H A D | dccp.h | 295 struct ccid *dccps_hc_tx_ccid; member
|