Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dccid.h76 void (*ccid_hc_tx_get_info)(struct sock *sk, member
234 static inline void ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_get_info() function
237 if (ccid->ccid_ops->ccid_hc_tx_get_info != NULL) in ccid_hc_tx_get_info()
238 ccid->ccid_ops->ccid_hc_tx_get_info(sk, info); in ccid_hc_tx_get_info()
H A Ddiag.c36 ccid_hc_tx_get_info(dp->dccps_hc_tx_ccid, sk, info); in dccp_get_info()
/openbmc/linux/net/dccp/ccids/
H A Dccid3.c858 .ccid_hc_tx_get_info = ccid3_hc_tx_get_info,