Remove unused pfil_flags field in packet_filter_hook.
MFC after: 3 days
This commit is contained in:
parent
c9ddf688b6
commit
23b5fd2285
@ -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 New Issue
Block a user