Searched refs:oib (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_sockopt.c | 151 struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti); 156 struct obj_idx *oib, struct obj_idx *end); 2008 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti) in create_objects_compat() argument 2019 for (p = oib; p < pidx; p++) { in create_objects_compat() 2045 unref_oib_objects(ch, cmd, oib, pidx); in create_objects_compat() 2061 unref_oib_objects(struct ip_fw_chain *ch, ipfw_insn *cmd, struct obj_idx *oib, in unref_oib_objects() argument 2070 for (p = oib; p < end; p++) { in unref_oib_objects() 2186 struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti) in ref_rule_objects() argument 2192 pidx = oib; in ref_rule_objects() 2220 unref_oib_objects(ch, rule->cmd, oib, pidx); in ref_rule_objects() [all …]
|
H A D | ip_fw_private.h | 743 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti);
|