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

  /src/sys/net/
bpf_filter.c 489 case BPF_ALU|BPF_MOD|BPF_X:
531 case BPF_ALU|BPF_MOD|BPF_K:
711 case BPF_MOD:
bpf.h 265 #define BPF_MOD 0x90
bpfjit.c 1084 * @pc BPF_DIV or BPF_MOD instruction.
1094 if (BPF_OP(pc->code) == BPF_MOD) {
1142 * @pc BPF_DIV or BPF_MOD instruction.
1951 if (op != BPF_DIV && op != BPF_MOD) {
1964 /* BPF_DIV/BPF_MOD */
  /src/tests/net/bpfjit/
t_bpfjit.c 429 "Test JIT compilation of BPF_ALU+BPF_MOD+BPF_K with k=0");
435 BPF_STMT(BPF_ALU+BPF_MOD+BPF_K, 0),
453 "Test JIT compilation of BPF_ALU+BPF_MOD+BPF_K with k=1");
460 BPF_STMT(BPF_ALU+BPF_MOD+BPF_K, 1),
478 "Test JIT compilation of BPF_ALU+BPF_MOD+BPF_K with k=2");
485 BPF_STMT(BPF_ALU+BPF_MOD+BPF_K, 2),
503 "Test JIT compilation of BPF_ALU+BPF_MOD+BPF_K with k=4");
510 BPF_STMT(BPF_ALU+BPF_MOD+BPF_K, 4),
528 "Test JIT compilation of BPF_ALU+BPF_MOD+BPF_K with k=10");
535 BPF_STMT(BPF_ALU+BPF_MOD+BPF_K, 10)
    [all...]
  /src/tests/lib/libbpfjit/
t_bpfjit.c 472 "Test JIT compilation of BPF_ALU+BPF_MOD+BPF_K with k=0");
478 BPF_STMT(BPF_ALU+BPF_MOD+BPF_K, 0),
501 "Test JIT compilation of BPF_ALU+BPF_MOD+BPF_K with k=1");
508 BPF_STMT(BPF_ALU+BPF_MOD+BPF_K, 1),
531 "Test JIT compilation of BPF_ALU+BPF_MOD+BPF_K with k=2");
538 BPF_STMT(BPF_ALU+BPF_MOD+BPF_K, 2),
561 "Test JIT compilation of BPF_ALU+BPF_MOD+BPF_K with k=4");
568 BPF_STMT(BPF_ALU+BPF_MOD+BPF_K, 4),
591 "Test JIT compilation of BPF_ALU+BPF_MOD+BPF_K with k=10");
598 BPF_STMT(BPF_ALU+BPF_MOD+BPF_K, 10)
    [all...]

Completed in 41 milliseconds