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:
Zhenlei Huang 2024-09-20 18:06:22 +08:00 committed by Franco Fichtner
parent 966580715b
commit a12319fefa

View file

@ -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).