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

/linux-master/net/dccp/
H A Dccid.c98 static int __init ccid_activate(struct ccid_operations *ccid_ops) argument
102 ccid_ops->ccid_hc_rx_slab =
103 ccid_kmem_cache_create(ccid_ops->ccid_hc_rx_obj_size,
104 ccid_ops->ccid_hc_rx_slab_name,
106 ccid_ops->ccid_id);
107 if (ccid_ops->ccid_hc_rx_slab == NULL)
110 ccid_ops->ccid_hc_tx_slab =
111 ccid_kmem_cache_create(ccid_ops->ccid_hc_tx_obj_size,
112 ccid_ops->ccid_hc_tx_slab_name,
114 ccid_ops
129 ccid_deactivate(struct ccid_operations *ccid_ops) argument
142 struct ccid_operations *ccid_ops = ccid_by_number(id); local
[all...]
H A Dccid.h97 struct ccid_operations *ccid_ops; member in struct:ccid
117 if (ccid == NULL || ccid->ccid_ops == NULL)
119 return ccid->ccid_ops->ccid_id;
126 if (ccid == NULL || ccid->ccid_ops == NULL)
128 return ccid->ccid_ops->ccid_id;
166 if (ccid->ccid_ops->ccid_hc_tx_send_packet != NULL)
167 return ccid->ccid_ops->ccid_hc_tx_send_packet(sk, skb);
174 if (ccid->ccid_ops->ccid_hc_tx_packet_sent != NULL)
175 ccid->ccid_ops->ccid_hc_tx_packet_sent(sk, len);
181 if (ccid->ccid_ops
[all...]
H A Doutput.c156 if (tx_ccid == NULL || tx_ccid->ccid_ops == NULL)
158 return tx_ccid->ccid_ops->ccid_ccmps;

Completed in 87 milliseconds