Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dccid.h82 int (*ccid_hc_tx_getsockopt)(struct sock *sk, member
252 static inline int ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_getsockopt() function
257 if (ccid != NULL && ccid->ccid_ops->ccid_hc_tx_getsockopt != NULL) in ccid_hc_tx_getsockopt()
258 rc = ccid->ccid_ops->ccid_hc_tx_getsockopt(sk, optname, len, in ccid_hc_tx_getsockopt()
H A Dproto.c670 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname, in do_dccp_getsockopt()
/openbmc/linux/net/dccp/ccids/
H A Dccid3.c860 .ccid_hc_tx_getsockopt = ccid3_hc_tx_getsockopt,