Macro bpf::bpfprog [] [src]

macro_rules! bpfprog {
    ($count:expr, $($code:tt $jt:tt $jf:tt $k:tt),*) => { ... };
}