Searched refs:BPF_MISC (Results 1 – 11 of 11) sorted by relevance
32 #if defined(BPF_MISC) || (defined(HAVE_DECL_BPF_MISC) && HAVE_DECL_BPF_MISC)33 XLAT(BPF_MISC),
8 BPF_MISC
299 case BPF_MISC|BPF_TAX:304 case BPF_MISC|BPF_TXA:
362 case BPF_MISC: in atomuse()395 case BPF_MISC: in atomdef()697 next->s.code = BPF_MISC|BPF_TAX; in opt_peep()704 next->s.code == (BPF_MISC|BPF_TAX)) { in opt_peep()706 next->s.code = BPF_MISC|BPF_TXA; in opt_peep()743 if (tax == 0 || tax->s.code != (BPF_MISC|BPF_TAX)) in opt_peep()1055 s->code = BPF_MISC|BPF_TXA; in opt_stmt()1074 case BPF_MISC|BPF_TXA: in opt_stmt()1088 case BPF_MISC|BPF_TAX: in opt_stmt()
1678 sappend(s, new_stmt(BPF_MISC|BPF_TAX)); in gen_loadx_iphdrlen()2196 s2 = new_stmt(BPF_MISC|BPF_TAX); in gen_load_prism_llprefixlen()2236 s2 = new_stmt(BPF_MISC|BPF_TAX); in gen_load_avs_llprefixlen()2273 s2 = new_stmt(BPF_MISC|BPF_TAX); in gen_load_radiotap_llprefixlen()2297 s2 = new_stmt(BPF_MISC|BPF_TAX); in gen_load_radiotap_llprefixlen()2341 s2 = new_stmt(BPF_MISC|BPF_TAX); in gen_load_ppi_llprefixlen()2365 s2 = new_stmt(BPF_MISC|BPF_TAX); in gen_load_ppi_llprefixlen()2438 s2 = new_stmt(BPF_MISC|BPF_TXA); in gen_load_802_11_header_len()5723 s[i] = new_stmt(BPF_MISC|BPF_TAX);5765 s[i - 1]->s.jt = s[i] = new_stmt(BPF_MISC|BPF_TXA);[all …]
13 #define BPF_MISC 0x07 macro
182 BPF_STMT(BPF_MISC| BPF_TAX, 0),190 BPF_STMT(BPF_MISC| BPF_TAX, 0),251 BPF_STMT(BPF_MISC | BPF_TAX, 0),
583 case BPF_MISC|BPF_TAX:587 case BPF_MISC|BPF_TXA:752 case BPF_MISC:
100 case BPF_MISC: in decode_bpf_code()
1371 #define BPF_MISC 0x07 macro