zapret/nfq/nfqws.h

8 lines
133 B
C
Raw Normal View History

2021-03-04 14:30:38 +03:00
#pragma once
2024-04-08 19:34:01 +03:00
#define VERDICT_PASS 0
#define VERDICT_MODIFY 1
#define VERDICT_DROP 2
#define VERDICT_MASK 3
#define VERDICT_NOCSUM 4