# # Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved. # # name="bpf" parent="pseudo" instance=0; # # -------------------- bpf buffer size tunables -------------------- # # max_buf_size = 16777216; # Maximum buffer size which can be configured with the BIOCSBLEN # ioctl. Specified in bytes. # # Allowed values: 32 - 2147483647 # Default value: 16777216 # # buf_size = 32768; # Default buffer size used by bpf(7d) in the absence of a BIOCSBLEN # directive. Specified in bytes. # # Allowed values: 32 - max_buf_size # Default value: 32768