Home
last modified time | relevance | path

Searched refs:BPF_JMP (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c341 case BPF_JMP|BPF_JA: in bpf_filter()
345 case BPF_JMP|BPF_JGT|BPF_K: in bpf_filter()
349 case BPF_JMP|BPF_JGE|BPF_K: in bpf_filter()
353 case BPF_JMP|BPF_JEQ|BPF_K: in bpf_filter()
357 case BPF_JMP|BPF_JSET|BPF_K: in bpf_filter()
361 case BPF_JMP|BPF_JGT|BPF_X: in bpf_filter()
365 case BPF_JMP|BPF_JGE|BPF_X: in bpf_filter()
369 case BPF_JMP|BPF_JEQ|BPF_X: in bpf_filter()
373 case BPF_JMP|BPF_JSET|BPF_X: in bpf_filter()
531 case BPF_JMP: in bpf_validate()
/titanic_50/usr/src/uts/common/io/bpf/net/
H A Dbpf.h204 #define BPF_JMP 0x05 macro
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h354 #define BPF_JMP 0x05 macro