Lines Matching defs:cstate
443 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error()
473 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error()
598 initchunks(compiler_state_t *cstate) in initchunks()
610 newchunk_nolongjmp(compiler_state_t *cstate, size_t n) in newchunk_nolongjmp()
650 newchunk(compiler_state_t *cstate, size_t n) in newchunk()
663 freechunks(compiler_state_t *cstate) in freechunks()
679 sdup(compiler_state_t *cstate, const char *s) in sdup()
691 new_block(compiler_state_t *cstate, int code) in new_block()
703 new_stmt(compiler_state_t *cstate, int code) in new_stmt()
714 gen_retblk(compiler_state_t *cstate, int v) in gen_retblk()
723 syntax(compiler_state_t *cstate) in syntax()
735 compiler_state_t cstate; in pcap_compile() local
955 finish_parse(compiler_state_t *cstate, struct block *p) in finish_parse()
1039 gen_cmp(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_cmp()
1046 gen_cmp_gt(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_cmp_gt()
1053 gen_cmp_ge(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_cmp_ge()
1060 gen_cmp_lt(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_cmp_lt()
1067 gen_cmp_le(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_cmp_le()
1074 gen_mcmp(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_mcmp()
1081 gen_bcmp(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_bcmp()
1123 gen_ncmp(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_ncmp()
1147 init_linktype(compiler_state_t *cstate, pcap_t *p) in init_linktype()
1744 gen_load_absoffsetrel(compiler_state_t *cstate, bpf_abs_offset *abs_offset, in gen_load_absoffsetrel()
1784 gen_load_a(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_load_a()
1875 gen_loadx_iphdrlen(compiler_state_t *cstate) in gen_loadx_iphdrlen()
1930 gen_uncond(compiler_state_t *cstate, int rsense) in gen_uncond()
1944 gen_true(compiler_state_t *cstate) in gen_true()
1950 gen_false(compiler_state_t *cstate) in gen_false()
1973 gen_ether_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_ether_linktype()
2141 gen_loopback_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_loopback_linktype()
2180 gen_ipnet_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_ipnet_linktype()
2208 gen_linux_sll_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_linux_sll_linktype()
2353 gen_load_prism_llprefixlen(compiler_state_t *cstate) in gen_load_prism_llprefixlen()
2463 gen_load_avs_llprefixlen(compiler_state_t *cstate) in gen_load_avs_llprefixlen()
2503 gen_load_radiotap_llprefixlen(compiler_state_t *cstate) in gen_load_radiotap_llprefixlen()
2573 gen_load_ppi_llprefixlen(compiler_state_t *cstate) in gen_load_ppi_llprefixlen()
2639 gen_load_802_11_header_len(compiler_state_t *cstate, struct slist *s, struct slist *snext) in gen_load_802_11_header_len()
2878 insert_compute_vloffsets(compiler_state_t *cstate, struct block *b) in insert_compute_vloffsets()
2976 gen_ppi_dlt_check(compiler_state_t *cstate) in gen_ppi_dlt_check()
3015 gen_abs_offset_varpart(compiler_state_t *cstate, bpf_abs_offset *off) in gen_abs_offset_varpart()
3100 gen_prevlinkhdr_check(compiler_state_t *cstate) in gen_prevlinkhdr_check()
3146 gen_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_linktype()
3652 gen_snap(compiler_state_t *cstate, bpf_u_int32 orgcode, bpf_u_int32 ptype) in gen_snap()
3671 gen_llc_internal(compiler_state_t *cstate) in gen_llc_internal()
3743 gen_llc(compiler_state_t *cstate) in gen_llc()
3756 gen_llc_i(compiler_state_t *cstate) in gen_llc_i()
3787 gen_llc_s(compiler_state_t *cstate) in gen_llc_s()
3813 gen_llc_u(compiler_state_t *cstate) in gen_llc_u()
3839 gen_llc_s_subtype(compiler_state_t *cstate, bpf_u_int32 subtype) in gen_llc_s_subtype()
3864 gen_llc_u_subtype(compiler_state_t *cstate, bpf_u_int32 subtype) in gen_llc_u_subtype()
3901 gen_llc_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_llc_linktype()
3975 gen_hostop(compiler_state_t *cstate, bpf_u_int32 addr, bpf_u_int32 mask, in gen_hostop()
4040 gen_hostop6(compiler_state_t *cstate, struct in6_addr *addr, in gen_hostop6()
4116 gen_ehostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_ehostop()
4172 gen_fhostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_fhostop()
4228 gen_thostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_thostop()
4285 gen_wlanhostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_wlanhostop()
4709 gen_ipfchostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_ipfchostop()
4780 gen_dnhostop(compiler_state_t *cstate, bpf_u_int32 addr, int dir) in gen_dnhostop()
4881 gen_mpls_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_mpls_linktype()
4911 gen_host(compiler_state_t *cstate, bpf_u_int32 addr, bpf_u_int32 mask, in gen_host()
5063 gen_host6(compiler_state_t *cstate, struct in6_addr *addr, in gen_host6()
5204 gen_gateway(compiler_state_t *cstate, const u_char *eaddr, in gen_gateway()
5310 gen_proto_abbrev_internal(compiler_state_t *cstate, int proto) in gen_proto_abbrev_internal()
5550 gen_proto_abbrev(compiler_state_t *cstate, int proto) in gen_proto_abbrev()
5563 gen_ipfrag(compiler_state_t *cstate) in gen_ipfrag()
5588 gen_portatom(compiler_state_t *cstate, int off, bpf_u_int32 v) in gen_portatom()
5594 gen_portatom6(compiler_state_t *cstate, int off, bpf_u_int32 v) in gen_portatom6()
5600 gen_portop(compiler_state_t *cstate, u_int port, u_int proto, int dir) in gen_portop()
5665 gen_port(compiler_state_t *cstate, u_int port, int ip_proto, int dir) in gen_port()
5711 gen_portop6(compiler_state_t *cstate, u_int port, u_int proto, int dir) in gen_portop6()
5750 gen_port6(compiler_state_t *cstate, u_int port, int ip_proto, int dir) in gen_port6()
5781 gen_portrangeatom(compiler_state_t *cstate, u_int off, bpf_u_int32 v1, in gen_portrangeatom()
5806 gen_portrangeop(compiler_state_t *cstate, u_int port1, u_int port2, in gen_portrangeop()
5872 gen_portrange(compiler_state_t *cstate, u_int port1, u_int port2, int ip_proto, in gen_portrange()
5904 gen_portrangeatom6(compiler_state_t *cstate, u_int off, bpf_u_int32 v1, in gen_portrangeatom6()
5929 gen_portrangeop6(compiler_state_t *cstate, u_int port1, u_int port2, in gen_portrangeop6()
5969 gen_portrange6(compiler_state_t *cstate, u_int port1, u_int port2, int ip_proto, in gen_portrange6()
6001 lookup_proto(compiler_state_t *cstate, const char *name, int proto) in lookup_proto()
6052 gen_protochain(compiler_state_t *cstate, bpf_u_int32 v, int proto) in gen_protochain()
6354 gen_check_802_11_data_frame(compiler_state_t *cstate) in gen_check_802_11_data_frame()
6389 gen_proto(compiler_state_t *cstate, bpf_u_int32 v, int proto, int dir) in gen_proto()
6649 gen_scode(compiler_state_t *cstate, const char *name, struct qual q) in gen_scode()
6959 gen_mcode(compiler_state_t *cstate, const char *s1, const char *s2, in gen_mcode()
7017 gen_ncode(compiler_state_t *cstate, const char *s, bpf_u_int32 v, struct qual q) in gen_ncode()
7137 gen_mcode6(compiler_state_t *cstate, const char *s1, const char *s2, in gen_mcode6()
7202 gen_ecode(compiler_state_t *cstate, const char *s, struct qual q) in gen_ecode()
7269 xfer_to_x(compiler_state_t *cstate, struct arth *a) in xfer_to_x()
7279 xfer_to_a(compiler_state_t *cstate, struct arth *a) in xfer_to_a()
7296 gen_load_internal(compiler_state_t *cstate, int proto, struct arth *inst, in gen_load_internal()
7572 gen_load(compiler_state_t *cstate, int proto, struct arth *inst, in gen_load()
7586 gen_relation_internal(compiler_state_t *cstate, int code, struct arth *a0, in gen_relation_internal()
7630 gen_relation(compiler_state_t *cstate, int code, struct arth *a0, in gen_relation()
7644 gen_loadlen(compiler_state_t *cstate) in gen_loadlen()
7669 gen_loadi_internal(compiler_state_t *cstate, bpf_u_int32 val) in gen_loadi_internal()
7690 gen_loadi(compiler_state_t *cstate, bpf_u_int32 val) in gen_loadi()
7708 gen_neg(compiler_state_t *cstate, struct arth *a_arg) in gen_neg()
7738 gen_arth(compiler_state_t *cstate, int code, struct arth *a0_arg, in gen_arth()
7791 init_regs(compiler_state_t *cstate) in init_regs()
7801 alloc_reg(compiler_state_t *cstate) in alloc_reg()
7822 free_reg(compiler_state_t *cstate, int n) in free_reg()
7828 gen_len(compiler_state_t *cstate, int jmp, int n) in gen_len()
7842 gen_greater(compiler_state_t *cstate, int n) in gen_greater()
7858 gen_less(compiler_state_t *cstate, int n) in gen_less()
7886 gen_byteop(compiler_state_t *cstate, int op, int idx, bpf_u_int32 val) in gen_byteop()
7932 gen_broadcast(compiler_state_t *cstate, int proto) in gen_broadcast()
8004 gen_mac_multicast(compiler_state_t *cstate, int offset) in gen_mac_multicast()
8018 gen_multicast(compiler_state_t *cstate, int proto) in gen_multicast()
8202 gen_ifindex(compiler_state_t *cstate, int ifindex) in gen_ifindex()
8258 gen_inbound(compiler_state_t *cstate, int dir) in gen_inbound()
8407 gen_pf_ifname(compiler_state_t *cstate, const char *ifname) in gen_pf_ifname()
8437 gen_pf_ruleset(compiler_state_t *cstate, char *ruleset) in gen_pf_ruleset()
8466 gen_pf_rnr(compiler_state_t *cstate, int rnr) in gen_pf_rnr()
8489 gen_pf_srnr(compiler_state_t *cstate, int srnr) in gen_pf_srnr()
8512 gen_pf_reason(compiler_state_t *cstate, int reason) in gen_pf_reason()
8535 gen_pf_action(compiler_state_t *cstate, int action) in gen_pf_action()
8557 gen_pf_ifname(compiler_state_t *cstate, const char *ifname _U_) in gen_pf_ifname()
8571 gen_pf_ruleset(compiler_state_t *cstate, char *ruleset _U_) in gen_pf_ruleset()
8585 gen_pf_rnr(compiler_state_t *cstate, int rnr _U_) in gen_pf_rnr()
8599 gen_pf_srnr(compiler_state_t *cstate, int srnr _U_) in gen_pf_srnr()
8613 gen_pf_reason(compiler_state_t *cstate, int reason _U_) in gen_pf_reason()
8627 gen_pf_action(compiler_state_t *cstate, int action _U_) in gen_pf_action()
8643 gen_p80211_type(compiler_state_t *cstate, bpf_u_int32 type, bpf_u_int32 mask) in gen_p80211_type()
8672 gen_p80211_fcdir(compiler_state_t *cstate, bpf_u_int32 fcdir) in gen_p80211_fcdir()
8703 gen_acode(compiler_state_t *cstate, const char *s, struct qual q) in gen_acode()
8738 gen_ahostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_ahostop()
8792 gen_vlan_tpid_test(compiler_state_t *cstate) in gen_vlan_tpid_test()
8808 gen_vlan_vid_test(compiler_state_t *cstate, bpf_u_int32 vlan_num) in gen_vlan_vid_test()
8818 gen_vlan_no_bpf_extensions(compiler_state_t *cstate, bpf_u_int32 vlan_num, in gen_vlan_no_bpf_extensions()
8844 gen_vlan_vloffset_add(compiler_state_t *cstate, bpf_abs_offset *off, in gen_vlan_vloffset_add()
8870 gen_vlan_patch_tpid_test(compiler_state_t *cstate, struct block *b_tpid) in gen_vlan_patch_tpid_test()
8890 gen_vlan_patch_vid_test(compiler_state_t *cstate, struct block *b_vid) in gen_vlan_patch_vid_test()
8934 gen_vlan_bpf_extensions(compiler_state_t *cstate, bpf_u_int32 vlan_num, in gen_vlan_bpf_extensions()
8981 gen_vlan(compiler_state_t *cstate, bpf_u_int32 vlan_num, int has_vlan_tag) in gen_vlan()
9079 gen_mpls(compiler_state_t *cstate, bpf_u_int32 label_num_arg, in gen_mpls()
9161 gen_pppoed(compiler_state_t *cstate) in gen_pppoed()
9175 gen_pppoes(compiler_state_t *cstate, bpf_u_int32 sess_num, int has_sess_num) in gen_pppoes()
9236 gen_geneve_check(compiler_state_t *cstate, in gen_geneve_check()
9271 gen_geneve4(compiler_state_t *cstate, bpf_u_int32 vni, int has_vni) in gen_geneve4()
9297 gen_geneve6(compiler_state_t *cstate, bpf_u_int32 vni, int has_vni) in gen_geneve6()
9340 gen_geneve_offsets(compiler_state_t *cstate) in gen_geneve_offsets()
9475 gen_geneve(compiler_state_t *cstate, bpf_u_int32 vni, int has_vni) in gen_geneve()
9512 gen_geneve_ll_check(compiler_state_t *cstate) in gen_geneve_ll_check()
9539 gen_atmfield_code_internal(compiler_state_t *cstate, int atmfield, in gen_atmfield_code_internal()
9594 gen_atmtype_metac(compiler_state_t *cstate) in gen_atmtype_metac()
9605 gen_atmtype_sc(compiler_state_t *cstate) in gen_atmtype_sc()
9616 gen_atmtype_llc(compiler_state_t *cstate) in gen_atmtype_llc()
9626 gen_atmfield_code(compiler_state_t *cstate, int atmfield, in gen_atmfield_code()
9641 gen_atmtype_abbrev(compiler_state_t *cstate, int type) in gen_atmtype_abbrev()
9748 gen_mtp2type_abbrev(compiler_state_t *cstate, int type) in gen_mtp2type_abbrev()
9835 gen_mtp3field_code(compiler_state_t *cstate, int mtp3field, in gen_mtp3field_code()
9945 gen_msg_abbrev(compiler_state_t *cstate, int type) in gen_msg_abbrev()
9986 gen_atmmulti_abbrev(compiler_state_t *cstate, int type) in gen_atmmulti_abbrev()