Home
last modified time | relevance | path

Searched refs:tx_ccid (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Doutput.c152 const struct ccid *tx_ccid = dp->dccps_hc_tx_ccid; in dccp_determine_ccmps() local
154 if (tx_ccid == NULL || tx_ccid->ccid_ops == NULL) in dccp_determine_ccmps()
156 return tx_ccid->ccid_ops->ccid_ccmps; in dccp_determine_ccmps()
/kernel/linux/linux-6.6/net/dccp/
H A Doutput.c154 const struct ccid *tx_ccid = dp->dccps_hc_tx_ccid; in dccp_determine_ccmps() local
156 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()

Completed in 3 milliseconds