mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unused pfil_flags field in packet_filter_hook.
MFC after: 3 days
This commit is contained in:
parent
c9ddf688b6
commit
23b5fd2285
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ struct packet_filter_hook {
|
|||
int (*pfil_func)(void *, struct mbuf **, struct ifnet *, int,
|
||||
struct inpcb *);
|
||||
void *pfil_arg;
|
||||
int pfil_flags;
|
||||
};
|
||||
|
||||
#define PFIL_IN 0x00000001
|
||||
|
|
|
|||
Loading…
Reference in a new issue