pub type Priority = i32;
Expand description

The priority of the routine relative to other routines installed on the same hook. For a given packet traversing a given hook, all installed routines are executed in order of priority (stopping early only if a terminal action is hit).

If two routines are installed with the same priority on the same hook, the routine that was installed earlier will be evaluated first.