Symbol: ch
sys/netpfil/ipfw/ip_fw_private.h
671
typedef int (sopt_handler_f)(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_private.h
750
void ipfw_init_srv(struct ip_fw_chain *ch);
sys/netpfil/ipfw/ip_fw_private.h
751
void ipfw_destroy_srv(struct ip_fw_chain *ch);
sys/netpfil/ipfw/ip_fw_private.h
757
typedef int (ipfw_eaction_t)(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_private.h
759
int ipfw_eaction_init(struct ip_fw_chain *ch, int first);
sys/netpfil/ipfw/ip_fw_private.h
760
void ipfw_eaction_uninit(struct ip_fw_chain *ch, int last);
sys/netpfil/ipfw/ip_fw_private.h
762
uint32_t ipfw_add_eaction(struct ip_fw_chain *ch, ipfw_eaction_t handler,
sys/netpfil/ipfw/ip_fw_private.h
764
int ipfw_del_eaction(struct ip_fw_chain *ch, uint32_t eaction_id);
sys/netpfil/ipfw/ip_fw_private.h
765
int ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_private.h
767
int ipfw_reset_eaction(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_private.h
769
int ipfw_reset_eaction_instance(struct ip_fw_chain *ch, uint32_t eaction_id,
sys/netpfil/ipfw/ip_fw_private.h
778
int ipfw_lookup_table(struct ip_fw_chain *ch, uint32_t tbl, uint16_t plen,
sys/netpfil/ipfw/ip_fw_private.h
780
struct named_object *ipfw_objhash_lookup_table_kidx(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_private.h
782
int ipfw_ref_table(struct ip_fw_chain *ch, ipfw_obj_ntlv *ntlv, uint32_t *kidx);
sys/netpfil/ipfw/ip_fw_private.h
783
void ipfw_unref_table(struct ip_fw_chain *ch, uint32_t kidx);
sys/netpfil/ipfw/ip_fw_private.h
784
int ipfw_init_tables(struct ip_fw_chain *ch, int first);
sys/netpfil/ipfw/ip_fw_private.h
785
int ipfw_resize_tables(struct ip_fw_chain *ch, unsigned int ntables);
sys/netpfil/ipfw/ip_fw_private.h
786
int ipfw_switch_tables_namespace(struct ip_fw_chain *ch, unsigned int nsets);
sys/netpfil/ipfw/ip_fw_private.h
787
void ipfw_destroy_tables(struct ip_fw_chain *ch, int last);