github.com/dylandreimerink/gobpfld@v0.6.1-0.20220205171531-e79c330ad608/bpfsys/doc.go (about)

     1  // Package bpfsys contains low level functions related to syscalls and kernel interactions.
     2  // It is separated out into this package so the docs of the gobpfld package aren't cluttered.
     3  // It is recommended to use the more abstract/high level functions available in gobpfld if at all possible.
     4  // However this package is available for anyone how wants to use more low level functionality
     5  package bpfsys