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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dccid.h89 int (*ccid_hc_tx_getsockopt)(struct sock *sk, member in struct:ccid_operations
227 static inline int ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, function
232 if (ccid->ccid_ops->ccid_hc_tx_getsockopt != NULL)
233 rc = ccid->ccid_ops->ccid_hc_tx_getsockopt(sk, optname, len,
H A Dproto.c646 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.c935 .ccid_hc_tx_getsockopt = ccid3_hc_tx_getsockopt,

Completed in 110 milliseconds