Lines Matching +full:system +full:- +full:control

53 on a single system.
55 A system administrator can set a system default stack.
56 By default, all TCP connections will use the system default stack.
57 Additionally, users can specify a particular stack to use on a per-connection
61 for details on setting the system default stack, or selecting a specific stack
74 functions request that the system add a specified function block
81 de-registers the function block.
85 function requests that the system register the function block with the name
95 the system register the function block using the name defined in the
102 function requests that the system register the function block with the name
109 function requests that the system register the function block with all the
123 array which the system was processing when it encountered the error.
127 function requests that the system remove a specified function block from the
128 system.
132 the system will mark the function block as being in the process of being
161 .Bd -literal -offset indent
185 /* System use */
194 TCP_FUNCTION_NAME_LEN_MAX-1 characters in length.
208 Each of these function pointers must be non-NULL.
211 stack (or, when the socket is first opened), it should set a non-NULL
216 TCP stack (or, when the socket is closed), it should set a non-NULL pointer
223 argument is non-NULL, the function to which it points is called when the
224 kernel is destroying the TCP control block or when the socket is transitioning
226 The function is called with arguments of the TCP control block and an integer
229 or one if the TCP control block is being destroyed.
232 non-NULL pointer in the
258 timer fires by setting a non-NULL function pointer in the
264 TCP control block in a valid state for the remainder of the retransmit
270 field must be non-NULL.
278 if this function pointer is non-NULL and finally perform the stack switch.
291 TCP control block, the TCP stack can initialize its own per-connection storage.
296 control block structure has been reserved to hold a pointer to this
297 per-connection storage.
312 rest of the system in a standardized format, alternate TCP stacks must
313 update all fields in the TCP control block to the greatest extent practical.
321 functions return zero on success and non-zero on failure.
338 .Bl -tag -width Er
354 .Bl -tag -width Er
363 .Bl -tag -width Er
367 argument references the kernel's compiled-in default function block.
385 .An -nosplit