Home
last modified time | relevance | path

Searched refs:ccid_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/dccp/
H A Dccid.c102 ccid_ops->ccid_hc_rx_slab = in ccid_activate()
106 ccid_ops->ccid_id); in ccid_activate()
110 ccid_ops->ccid_hc_tx_slab = in ccid_activate()
114 ccid_ops->ccid_id); in ccid_activate()
119 ccid_ops->ccid_id, ccid_ops->ccid_name); in ccid_activate()
125 ccid_ops->ccid_hc_rx_slab = NULL; in ccid_activate()
132 ccid_ops->ccid_hc_tx_slab = NULL; in ccid_deactivate()
134 ccid_ops->ccid_hc_rx_slab = NULL; in ccid_deactivate()
137 ccid_ops->ccid_id, ccid_ops->ccid_name); in ccid_deactivate()
145 if (ccid_ops == NULL) in ccid_new()
[all …]
H A Dccid.h97 struct ccid_operations *ccid_ops; member
117 if (ccid == NULL || ccid->ccid_ops == NULL) in ccid_get_current_rx_ccid()
119 return ccid->ccid_ops->ccid_id; in ccid_get_current_rx_ccid()
126 if (ccid == NULL || ccid->ccid_ops == NULL) in ccid_get_current_tx_ccid()
128 return ccid->ccid_ops->ccid_id; in ccid_get_current_tx_ccid()
175 ccid->ccid_ops->ccid_hc_tx_packet_sent(sk, len); in ccid_hc_tx_packet_sent()
182 ccid->ccid_ops->ccid_hc_rx_packet_recv(sk, skb); in ccid_hc_rx_packet_recv()
230 if (ccid->ccid_ops->ccid_hc_rx_get_info != NULL) in ccid_hc_rx_get_info()
231 ccid->ccid_ops->ccid_hc_rx_get_info(sk, info); in ccid_hc_rx_get_info()
237 if (ccid->ccid_ops->ccid_hc_tx_get_info != NULL) in ccid_hc_tx_get_info()
[all …]
H A Doutput.c156 if (tx_ccid == NULL || tx_ccid->ccid_ops == NULL) in dccp_determine_ccmps()
158 return tx_ccid->ccid_ops->ccid_ccmps; in dccp_determine_ccmps()