Lines Matching +full:system +full:- +full:on +full:- +full:module
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
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
80 the name) after it has been registered, unless the module first successfully
81 de-registers the function block.
85 function requests that the system register the function block with the name
94 If a module uses one of the other registration functions, it may request that
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
141 function prior to allowing the module to be unloaded.
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
232 non-NULL pointer in the
258 timer fires by setting a non-NULL function pointer in the
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.
297 per-connection storage.
312 rest of the system in a standardized format, alternate TCP stacks must
321 functions return zero on success and non-zero on failure.
327 A module calling
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