Lines Matching refs:all

48 	ipfw add queue 5 icmp from 10.0.0.2 to all
173 The following global data structures contain all
176 - schedhash[x]: contains all scheduler templates in the system.
182 - fshash[x]: contains all flowsets.
187 Additionally, a list that contains all unlinked flowset:
198 Almost all objects in this implementation are preceded by a structure
212 - ip_dummynet.c cointains module glue and sockopt handlers, with all
234 - the 'busy' flag, 'pending' list and all structures modified by packet
270 At the moment we do not use reference counts for objects so all
360 The buffer contains all struct needed to configure an object. In more detail,
361 to configure a pipe all three structs (dn_link, dn_sch, dn_fs) are needed,
403 contains all flowset that aren't linked with a scheduler, the flowset list
421 The kernel side of dummynet send a buffer to user side that contains all
422 pipe, all scheduler, all flowset, plus all scheduler instances and all queues.
425 The buffer sent start with all pipe from the system. The entire struct dn_link
427 After pipes, all flowset are wrote in the buffer. The struct contains
485 really_deletescheduler() function. This function will scan all scheduler
487 the instance. When all instance are deleted, the scheduler template is
497 all memory is released.
554 the ipfw version. After the properly extraction of all data, that depends
565 of a queue could not be correct, because now all flowset share the hash
591 in ip_fw2.c file return all rules, eventually converted to version 7 (if
686 are common to all instances of the scheduler
699 If the mask is not set, all traffic goes to the same instance.
705 the struct that contains all queues for a scheduler instance.
792 The scheduler instance stores all queues, and to do this can use the
797 is freed by the system itself. The struct contains all queue also has
818 The system request to scheduler to delete all queues that is not using
835 to the struct used by the scheduler instance to store all queues.
838 and update the struct contains all queues in the scheduler instance.
842 This struct contains the type of scheduler, the length of all structs and
843 all function pointers.