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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dccid.h48 int (*ccid_hc_tx_parse_options)(struct sock *sk, member in struct:ccid_operations
124 static inline int ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, function
130 if (ccid->ccid_ops->ccid_hc_tx_parse_options != NULL)
131 rc = ccid->ccid_ops->ccid_hc_tx_parse_options(sk, option, len, idx,
H A Doptions.c237 if (ccid_hc_tx_parse_options(dp->dccps_hc_tx_ccid, sk,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.c1207 .ccid_hc_tx_parse_options = ccid3_hc_tx_parse_options,

Completed in 157 milliseconds