Searched refs:ccid_hc_tx_getsockopt (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/dccp/ |
D | ccid.h | 82 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()
|
D | proto.c | 657 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname, in do_dccp_getsockopt()
|
/linux-6.1.9/net/dccp/ccids/ |
D | ccid3.c | 860 .ccid_hc_tx_getsockopt = ccid3_hc_tx_getsockopt,
|