Home
last modified time | relevance | path

Searched refs:oib (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c162 struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti);
167 struct obj_idx *oib, struct obj_idx *end);
2553 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti) in create_objects_compat() argument
2564 for (p = oib; p < pidx; p++) { in create_objects_compat()
2590 unref_oib_objects(ch, cmd, oib, pidx); in create_objects_compat()
2672 for (p = oib; p < end; p++) { in unref_oib_objects()
2794 pidx = oib; in ref_rule_objects()
2822 unref_oib_objects(ch, rule->cmd, oib, pidx); in ref_rule_objects()
2829 if (pidx != oib) in ref_rule_objects()
2830 error = create_objects_compat(ch, rule->cmd, oib, pidx, ti); in ref_rule_objects()
[all …]
H A Dip_fw_private.h751 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti);