Searched refs:ccid_hc_rx_getsockopt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ccid.h | 78 int (*ccid_hc_rx_getsockopt)(struct sock *sk, member 241 static inline int ccid_hc_rx_getsockopt(struct ccid *ccid, struct sock *sk, in ccid_hc_rx_getsockopt() function 246 if (ccid != NULL && ccid->ccid_ops->ccid_hc_rx_getsockopt != NULL) in ccid_hc_rx_getsockopt() 247 rc = ccid->ccid_ops->ccid_hc_rx_getsockopt(sk, optname, len, in ccid_hc_rx_getsockopt()
|
H A D | proto.c | 676 return ccid_hc_rx_getsockopt(dp->dccps_hc_rx_ccid, sk, optname, in do_dccp_getsockopt()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ccid.h | 78 int (*ccid_hc_rx_getsockopt)(struct sock *sk, member 241 static inline int ccid_hc_rx_getsockopt(struct ccid *ccid, struct sock *sk, in ccid_hc_rx_getsockopt() function 246 if (ccid != NULL && ccid->ccid_ops->ccid_hc_rx_getsockopt != NULL) in ccid_hc_rx_getsockopt() 247 rc = ccid->ccid_ops->ccid_hc_rx_getsockopt(sk, optname, len, in ccid_hc_rx_getsockopt()
|
H A D | proto.c | 667 return ccid_hc_rx_getsockopt(dp->dccps_hc_rx_ccid, sk, optname, in do_dccp_getsockopt()
|
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid3.c | 853 .ccid_hc_rx_getsockopt = ccid3_hc_rx_getsockopt,
|
/kernel/linux/linux-6.6/net/dccp/ccids/ |
H A D | ccid3.c | 859 .ccid_hc_rx_getsockopt = ccid3_hc_rx_getsockopt,
|
Completed in 7 milliseconds