mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bpf: Add a comment on the large #ifdef _KERNEL block
This improves readability a little. MFC after: 3 days (cherry picked from commit e30b58846003a54df028686363b5abed59897779)
This commit is contained in:
parent
966580715b
commit
a12319fefa
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,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