Lines Matching full:consumed
2855 * - 0: Hook has not consumed the packet, packet is processed as normal
2856 * - != 0: Hook has consumed the packet.
2857 * If the hook consumed the packet, 'pbuf' is in the responsibility of the hook
2950 * - 0: Hook has not consumed the packet, packet is processed as normal
2951 * - != 0: Hook has consumed the packet.
2952 * If the hook consumed the packet, 'pbuf' is in the responsibility of the hook
3171 * - 0: Hook has not consumed the option, code continues as normal (to internal options)
3172 * - != 0: Hook has consumed the option, 'err' is returned
3194 * - 0: Hook has not consumed the option, code continues as normal (to internal options)
3195 * - != 0: Hook has consumed the option, 'err' is returned
3214 * - 0: Hook has not consumed hostname query, query continues into DNS module
3215 * - != 0: Hook has consumed the query
3217 * err must also be checked to determine if the hook consumed the query, but