Home
last modified time | relevance | path

Searched refs:BPF_OP (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dfilter.h75 #define BPF_OP(code) ((code) & 0xf0) macro
/linux-2.4.37.9/net/core/
Dfilter.c402 if(BPF_OP(ftest->code) == BPF_JA) in sk_chk_filter()