HomeSort by: relevance | last modified time | path
    Searched refs:BPF_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bpfjit.c 285 switch (BPF_SIZE(pc->code)) {
1243 BPF_SIZE(pc->code) == BPF_B;
1348 BPF_SIZE(insns[i].code) == BPF_B) {
1857 if (BPF_SIZE(pc->code) != BPF_W)
1871 if (BPF_SIZE(pc->code) != BPF_W)
1886 if (BPF_SIZE(pc->code) != BPF_W)
1899 if (mode != BPF_MSH || BPF_SIZE(pc->code) != BPF_B)
bpf.h 239 #define BPF_SIZE(code) ((code) & 0x18)

Completed in 16 milliseconds