Home
last modified time | relevance | path

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

/net/dccp/
Dccid.h85 int (*ccid_hc_tx_getsockopt)(struct sock *sk, member
255 static inline int ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_getsockopt() function
260 if (ccid != NULL && ccid->ccid_ops->ccid_hc_tx_getsockopt != NULL) in ccid_hc_tx_getsockopt()
261 rc = ccid->ccid_ops->ccid_hc_tx_getsockopt(sk, optname, len, in ccid_hc_tx_getsockopt()
Dproto.c673 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname, in do_dccp_getsockopt()
/net/dccp/ccids/
Dccid3.c864 .ccid_hc_tx_getsockopt = ccid3_hc_tx_getsockopt,