Release 4.7 include/uapi/linux/netfilter/xt_bpf.h
#ifndef _XT_BPF_H
#define _XT_BPF_H
#include <linux/filter.h>
#include <linux/types.h>
#define XT_BPF_MAX_NUM_INSTR 64
struct bpf_prog;
struct xt_bpf_info {
__u16 bpf_program_num_elem;
struct sock_filter bpf_program[XT_BPF_MAX_NUM_INSTR];
/* only used in the kernel */
struct bpf_prog *filter __attribute__((aligned(8)));
};
#endif /*_XT_BPF_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
willem de bruijn | willem de bruijn | 48 | 92.31% | 1 | 33.33% |
alexei starovoitov | alexei starovoitov | 2 | 3.85% | 1 | 33.33% |
pablo neira ayuso | pablo neira ayuso | 2 | 3.85% | 1 | 33.33% |
| Total | 52 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.