bpf: Add a comment on the large #ifdef _KERNEL block

This improves readability a little.

MFC after:	3 days
This commit is contained in:
Zhenlei Huang 2024-09-20 18:06:22 +08:00
parent 267f223f62
commit e30b588460

View file

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