mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
bpf: Add a comment on the large #ifdef _KERNEL block
This improves readability a little. MFC after: 3 days
This commit is contained in:
parent
267f223f62
commit
e30b588460
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ bpf_peers_present(struct bpf_if *bpf)
|
|||
bpf_mtap_if((_ifp), (_m))
|
||||
#define BPF_MTAP2(_ifp,_data,_dlen,_m) \
|
||||
bpf_mtap2_if((_ifp), (_data), (_dlen), (_m))
|
||||
#endif
|
||||
#endif /* _KERNEL */
|
||||
|
||||
/*
|
||||
* Number of scratch memory words (for BPF_LD|BPF_MEM and BPF_ST).
|
||||
|
|
|
|||
Loading…
Reference in a new issue