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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/
H A Dccid.h64 int (*ccid_hc_tx_getsockopt)(struct sock *sk, member in struct:ccid_operations
180 static inline int ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, function
185 if (ccid->ccid_ops->ccid_hc_tx_getsockopt != NULL)
186 rc = ccid->ccid_ops->ccid_hc_tx_getsockopt(sk, optname, len,
H A Dproto.c592 return ccid_hc_tx_getsockopt(dp->dccps_hc_tx_ccid, sk, optname,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.c1216 .ccid_hc_tx_getsockopt = ccid3_hc_tx_getsockopt,

Completed in 91 milliseconds