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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Doptions.c68 struct dccp_options_received *opt_recv = &dp->dccps_options_received; local
75 memset(opt_recv, 0, sizeof(*opt_recv));
116 opt_recv->dccpor_ndp = dccp_decode_value_var(value, len);
118 opt_recv->dccpor_ndp);
158 opt_recv->dccpor_timestamp = ntohl(*(__be32 *)value);
160 dp->dccps_timestamp_echo = opt_recv->dccpor_timestamp;
164 dccp_role(sk), opt_recv->dccpor_timestamp,
172 opt_recv->dccpor_timestamp_echo = ntohl(*(__be32 *)value);
176 opt_recv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.c422 struct ccid3_options_received *opt_recv; local
435 opt_recv = &hctx->ccid3hctx_options_received;
452 hctx->ccid3hctx_x_recv = opt_recv->ccid3or_receive_rate;
456 pinv = opt_recv->ccid3or_loss_event_rate;
569 struct ccid3_options_received *opt_recv; local
573 opt_recv = &hctx->ccid3hctx_options_received;
575 if (opt_recv->ccid3or_seqno != dp->dccps_gsr) {
576 opt_recv->ccid3or_seqno = dp->dccps_gsr;
577 opt_recv->ccid3or_loss_event_rate = ~0;
578 opt_recv
1023 const struct dccp_options_received *opt_recv; local
[all...]

Completed in 66 milliseconds