Lines Matching +full:silicon +full:- +full:id
2 .\" Copyright (c) 2008-2009 Lawrence Stewart <lstewart@FreeBSD.org>
3 .\" Copyright (c) 2010-2011 The FreeBSD Foundation
54 connection-by-connection basis, or use the system default (see
64 .Bd -literal -offset indent
71 void (*cb_destroy) (struct cc_var *ccv);
72 void (*conn_init) (struct cc_var *ccv);
73 void (*ack_received) (struct cc_var *ccv, uint16_t type);
74 void (*cong_signal) (struct cc_var *ccv, uint32_t type);
75 void (*post_recovery) (struct cc_var *ccv);
76 void (*after_idle) (struct cc_var *ccv);
78 void (*rttsample)(struct cc_var *, uint32_t, uint32_t, uint32_t);
79 void (*newround)(struct cc_var *, uint32_t);
86 TCP_CA_NAME_MAX-1 characters in length (the TCP_CA_NAME_MAX define lives in
96 Returning a non-zero value from
124 private per-connection state.
125 Returning a non-zero value from
130 see if it is non-NULL, if so it is preallocated memory that the cb_init function
171 CC_NDUPACK is reported if N duplicate ACKs have been received back-to-back,
262 the cb_init <-> cc_data_sz dependency noted above).
269 .Bd -literal -offset indent
271 void *cc_data;
324 field is available for algorithms requiring additional per-connection state to
370 So for example if LRO pushed three in-order acknowledgements into
392 Community Foundation Silicon Valley.
404 Program Fund at Community Foundation Silicon Valley.
409 .An -nosplit