Home
last modified time | relevance | path

Searched defs:bpf_insn (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/tap/
H A Dtap_bpf.h19 struct bpf_insn { struct
20 __u8 code;
21 __u8 dst_reg:4;
22 __u8 src_reg:4;
23 __s16 off;
24 __s32 imm; /* immediate value */
/f-stack/tools/compat/include/net/
H A Dbpf.h362 struct bpf_insn { struct
363 u_short code;
364 u_char jt;
365 u_char jf;
366 bpf_u_int32 k;
/f-stack/freebsd/net/
H A Dbpf.h363 struct bpf_insn { struct
364 u_short code;
365 u_char jt;
366 u_char jf;
367 bpf_u_int32 k;