Searched refs:find_op_rw (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 1111 rw = find_op_rw(cmd, &kidx, NULL); in move_objects() 1138 rw = find_op_rw(cmd, &kidx, NULL); in move_objects() 1157 rw = find_op_rw(cmd, &kidx, NULL); in move_objects() 2382 rw = find_op_rw(cmd, &kidx, &subtype); in mark_rule_objects() 2558 rw = find_op_rw(cmd + p->off, NULL, NULL); in create_objects_compat() 2614 rw = find_op_rw(cmd, &kidx, &subtype); in set_legacy_obj_kidx() 2662 rw = find_op_rw(cmd + p->off, NULL, NULL); in unref_oib_objects() 2695 rw = find_op_rw(cmd, &kidx, &subtype); in unref_rule_objects() 2731 rw = find_op_rw(cmd, &ti->uidx, &ti->type); in ref_opcode_object() 3225 if (find_op_rw(cmd, puidx, NULL) == NULL) in classify_opcode_kidx() [all …]
|