Home
last modified time | relevance | path

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

12

/dports/multimedia/libv4l/linux-5.13-rc2/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 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 Dproto.c178 ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk); in dccp_sk_destruct()
179 dp->dccps_hc_tx_ccid = NULL; in dccp_sk_destruct()
669 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname, in do_dccp_getsockopt()
H A Dccid.h124 struct ccid *ccid = dp->dccps_hc_tx_ccid; in ccid_get_current_tx_ccid()
H A Dinput.c182 ccid_hc_tx_packet_recv(dp->dccps_hc_tx_ccid, sk, skb); in dccp_deliver_input_to_ccids()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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 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 Dproto.c178 ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk); in dccp_sk_destruct()
179 dp->dccps_hc_tx_ccid = NULL; in dccp_sk_destruct()
669 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname, in do_dccp_getsockopt()
H A Dccid.h124 struct ccid *ccid = dp->dccps_hc_tx_ccid; in ccid_get_current_tx_ccid()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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 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 Dproto.c178 ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk); in dccp_sk_destruct()
179 dp->dccps_hc_tx_ccid = NULL; in dccp_sk_destruct()
669 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname, in do_dccp_getsockopt()
H A Dccid.h124 struct ccid *ccid = dp->dccps_hc_tx_ccid; in ccid_get_current_tx_ccid()
/dports/multimedia/libv4l/linux-5.13-rc2/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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Ddccp.h295 struct ccid *dccps_hc_tx_ccid; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Ddccp.h295 struct ccid *dccps_hc_tx_ccid; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Ddccp.h295 struct ccid *dccps_hc_tx_ccid; member

12