Lines Matching full:hook
44 hook and if the ethertype matches a value which the node has been configured
45 to filter, the packet is forwarded out the hook which was identified
50 hook.
53 hook is not connected, the packet is dropped.
57 hook) are also examined and filtered.
59 into the node, it must have arrived in on the hook for which that value
64 hook.
69 Typically this hook would be connected to a
73 hook.
75 Typically this hook would also be connected to an
79 hook.
81 Any other hook name will be accepted and can be used as the match target
83 Typically this hook would be attached to
95 Sets the a new ethertype filter into the node and specifies the hook to and
97 The hook and ethertype
102 char matchhook[NG_HOOKSIZ]; /* hook name */
103 uint16_t ethertype; /* this ethertype to this hook */
118 # Make a new ethertype filter and attach to the Ethernet lower hook.
124 # Connect the nomatch hook to the upper part of the same interface.
130 # something to set a hook to catch packets and show them.
133 # Filter two random ethertypes to that hook.