Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/
Ddiag.c38 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()
Doutput.c155 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()
Dfeat.c53 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()
Dccid.h127 struct ccid *ccid = dp->dccps_hc_tx_ccid; in ccid_get_current_tx_ccid()
Dproto.c225 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()
665 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname, in do_dccp_getsockopt()
Dinput.c186 ccid_hc_tx_packet_recv(dp->dccps_hc_tx_ccid, sk, skb); in dccp_deliver_input_to_ccids()
Doptions.c233 if (ccid_hc_tx_parse_options(dp->dccps_hc_tx_ccid, sk, in dccp_parse_options()
/linux-4.4.14/net/dccp/ccids/
Dccid2.h126 return ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid2_hc_tx_sk()
Dccid3.h116 struct ccid3_hc_tx_sock *hctx = ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid3_hc_tx_sk()
/linux-4.4.14/include/linux/
Ddccp.h293 struct ccid *dccps_hc_tx_ccid; member