Home
last modified time | relevance | path

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

/linux-6.1.9/net/dccp/
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()
Dproto.c657 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname, in do_dccp_getsockopt()
/linux-6.1.9/net/dccp/ccids/
Dccid3.c860 .ccid_hc_tx_getsockopt = ccid3_hc_tx_getsockopt,