Searched refs:find_op_rw (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_sockopt.c | 148 static struct opcode_obj_rewrite *find_op_rw(ipfw_insn *cmd, 886 rw = find_op_rw(cmd, &kidx, NULL); in move_objects() 913 rw = find_op_rw(cmd, &kidx, NULL); in move_objects() 932 rw = find_op_rw(cmd, &kidx, NULL); in move_objects() 1851 rw = find_op_rw(cmd, &kidx, &subtype); in mark_rule_objects() 2027 rw = find_op_rw(cmd + p->off, NULL, NULL); in create_objects_compat() 2074 rw = find_op_rw(cmd + p->off, NULL, NULL); in unref_oib_objects() 2107 rw = find_op_rw(cmd, &kidx, &subtype); in unref_rule_objects() 2143 rw = find_op_rw(cmd, &ti->uidx, &ti->type); in ref_opcode_object() 2633 find_op_rw(ipfw_insn *cmd, uint32_t *puidx, uint8_t *ptype) in find_op_rw() function [all …]
|