Searched refs:ccid_hc_rx_parse_options (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/
H A Dccid.h40 int (*ccid_hc_rx_parse_options)(struct sock *sk, member in struct:ccid_operations
136 static inline int ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, function
142 if (ccid->ccid_ops->ccid_hc_rx_parse_options != NULL)
143 rc = ccid->ccid_ops->ccid_hc_rx_parse_options(sk, option, len, idx, value);
H A Doptions.c228 if (ccid_hc_rx_parse_options(dp->dccps_hc_rx_ccid, sk,

Completed in 77 milliseconds