Searched refs:BPF_LD (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf_filter.c235 case BPF_LD|BPF_W|BPF_ABS:
259 case BPF_LD|BPF_H|BPF_ABS:
276 case BPF_LD|BPF_B|BPF_ABS:
295 case BPF_LD|BPF_W|BPF_LEN:
303 case BPF_LD|BPF_W|BPF_IND:
328 case BPF_LD|BPF_H|BPF_IND:
348 case BPF_LD|BPF_B|BPF_IND:
386 case BPF_LD|BPF_IMM:
394 case BPF_LD|BPF_MEM:
565 (BPF_CLASS(p->code) == BPF_LD
[all...]
H A Dbpf.h309 #define BPF_LD 0x00 macro
524 * Number of scratch memory words (for BPF_LD|BPF_MEM and BPF_ST).

Completed in 24 milliseconds