Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h253 struct bpf_insn { struct
254 uint16_t code;
255 uint8_t jt;
256 uint8_t jf;
257 uint32_t k;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h403 struct bpf_insn { struct
404 u_short code;
405 u_char jt;
406 u_char jf;
407 bpf_int32 k;