Searched refs:ccid_hc_tx_parse_options (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.h73 int (*ccid_hc_tx_parse_options)(struct sock *sk, member in struct:ccid_operations
171 static inline int ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, function
177 if (ccid->ccid_ops->ccid_hc_tx_parse_options != NULL)
178 rc = ccid->ccid_ops->ccid_hc_tx_parse_options(sk, option, len, idx,
H A Doptions.c241 if (ccid_hc_tx_parse_options(dp->dccps_hc_tx_ccid, sk,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.c926 .ccid_hc_tx_parse_options = ccid3_hc_tx_parse_options,

Completed in 188 milliseconds