Searched refs:dccps_hc_rx_ccid (Results 1 – 10 of 10) sorted by relevance
/linux/net/dccp/ |
A D | diag.c | 32 if (dp->dccps_hc_rx_ccid != NULL) in dccp_get_info() 33 ccid_hc_rx_get_info(dp->dccps_hc_rx_ccid, sk, info); in dccp_get_info()
|
A D | proto.c | 232 ccid_hc_rx_delete(dp->dccps_hc_rx_ccid, sk); in dccp_destroy_sock() 233 dp->dccps_hc_rx_ccid = NULL; in dccp_destroy_sock() 281 ccid_hc_rx_delete(dp->dccps_hc_rx_ccid, sk); in dccp_disconnect() 282 dp->dccps_hc_rx_ccid = NULL; in dccp_disconnect() 666 return ccid_hc_rx_getsockopt(dp->dccps_hc_rx_ccid, sk, optname, in do_dccp_getsockopt()
|
A D | options.c | 215 if (ccid_hc_rx_parse_options(dp->dccps_hc_rx_ccid, sk, in dccp_parse_options() 579 if (ccid_hc_rx_insert_options(dp->dccps_hc_rx_ccid, sk, skb)) in dccp_insert_options()
|
A D | feat.c | 45 ccid_hc_rx_delete(dp->dccps_hc_rx_ccid, sk); in dccp_hdlr_ccid() 46 dp->dccps_hc_rx_ccid = new_ccid; in dccp_hdlr_ccid() 1571 ccid_hc_rx_delete(dp->dccps_hc_rx_ccid, sk); in dccp_feat_activate_values() 1573 dp->dccps_hc_rx_ccid = dp->dccps_hc_tx_ccid = NULL; in dccp_feat_activate_values()
|
A D | minisocks.c | 97 newdp->dccps_hc_rx_ccid = NULL; in dccp_create_openreq_child()
|
A D | ccid.h | 115 struct ccid *ccid = dp->dccps_hc_rx_ccid; in ccid_get_current_rx_ccid()
|
A D | input.c | 176 ccid_hc_rx_packet_recv(dp->dccps_hc_rx_ccid, sk, skb); in dccp_deliver_input_to_ccids()
|
/linux/net/dccp/ccids/ |
A D | ccid2.h | 119 return ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid); in ccid2_hc_rx_sk()
|
A D | ccid3.h | 143 struct ccid3_hc_rx_sock *hcrx = ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid); in ccid3_hc_rx_sk()
|
/linux/include/linux/ |
A D | dccp.h | 294 struct ccid *dccps_hc_rx_ccid; member
|
Completed in 18 milliseconds