Lines Matching +full:post +full:- +full:silicon
1 /*-
2 * Copyright (c) 2007-2008
4 * Copyright (c) 2009-2010 Lawrence Stewart <lstewart@freebsd.org>
11 * Research Program Fund at Community Foundation Silicon Valley.
44 * University Research Program Fund at Community Foundation Silicon Valley.
60 /* Per-netstack bits. */
91 void *cc_data; /* Per-connection private CC algorithm data. */
112 #define CCF_HYSTART_CAN_SH_CWND 0x0800 /* Can hystart when going CSS -> CA slam the cwnd */
130 * The highest order 8 bits (0x01000000 - 0x80000000) are reserved
157 * non-null pointer it is pre-allocated memory by
205 #define CC_ALGO(tp) ((tp)->t_cc)
208 #define CC_DATA(tp) ((tp)->t_ccv.cc_data)
228 * with anything else they may add on, pre or post call).