Searched refs:dccps_hc_tx_ccid (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/dccp/ |
D | diag.c | 38 if (dp->dccps_hc_tx_ccid != NULL) in dccp_get_info() 39 ccid_hc_tx_get_info(dp->dccps_hc_tx_ccid, sk, info); in dccp_get_info()
|
D | output.c | 155 const struct ccid *tx_ccid = dp->dccps_hc_tx_ccid; in dccp_determine_ccmps() 288 ccid_hc_tx_packet_sent(dp->dccps_hc_tx_ccid, sk, len); in dccp_xmit_packet() 314 rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb); in dccp_flush_write_queue() 352 int rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb); in dccp_write_xmit()
|
D | feat.c | 53 ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk); in dccp_hdlr_ccid() 54 dp->dccps_hc_tx_ccid = new_ccid; in dccp_hdlr_ccid() 1556 ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk); in dccp_feat_activate_values() 1557 dp->dccps_hc_rx_ccid = dp->dccps_hc_tx_ccid = NULL; in dccp_feat_activate_values()
|
D | ccid.h | 127 struct ccid *ccid = dp->dccps_hc_tx_ccid; in ccid_get_current_tx_ccid()
|
D | proto.c | 225 ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk); in dccp_destroy_sock() 226 dp->dccps_hc_rx_ccid = dp->dccps_hc_tx_ccid = NULL; in dccp_destroy_sock() 666 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname, in do_dccp_getsockopt()
|
D | options.c | 233 if (ccid_hc_tx_parse_options(dp->dccps_hc_tx_ccid, sk, in dccp_parse_options()
|
D | input.c | 186 ccid_hc_tx_packet_recv(dp->dccps_hc_tx_ccid, sk, skb); in dccp_deliver_input_to_ccids()
|
/linux-4.1.27/net/dccp/ccids/ |
D | ccid2.h | 126 return ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid2_hc_tx_sk()
|
D | ccid3.h | 116 struct ccid3_hc_tx_sock *hctx = ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid3_hc_tx_sk()
|
/linux-4.1.27/include/linux/ |
D | dccp.h | 293 struct ccid *dccps_hc_tx_ccid; member
|